Kind: Class
Source: atloria-monorepo/packages/editor/src/plugins/jsx/LexicalMdxExpressionNode.tsx
Extends: DecoratorNode
Methods
| Method | Signature | Returns |
|---|---|---|
getType | getType() | string |
clone | clone(node: LexicalMdxExpressionNode) | LexicalMdxExpressionNode |
getValue | getValue() | string |
getMdastType | getMdastType() | MdxExpressionType |
createDOM | createDOM() | HTMLElement |
updateDOM | updateDOM() | boolean |
importDOM | importDOM() | `DOMConversionMap |
exportDOM | exportDOM(editor: LexicalEditor) | DOMExportOutput |
importJSON | importJSON(serializedNode: SerializedLexicalMdxExpressionNode) | LexicalMdxExpressionNode |
exportJSON | exportJSON() | SerializedLexicalMdxExpressionNode |
extractWithChild | extractWithChild() | boolean |
isInline | isInline() | boolean |
decorate | decorate(editor: LexicalEditor) | void |
Properties
| Property | Type |
|---|---|
__value | string |
__mdastType | MdxExpressionType |
Was this page helpful?