Skip to content

LexicalMdxExpressionNode

reference
1 min readUpdated

Kind: Class

Source: atloria-monorepo/packages/editor/src/plugins/jsx/LexicalMdxExpressionNode.tsx

Extends: DecoratorNode

Methods

MethodSignatureReturns
getTypegetType()string
cloneclone(node: LexicalMdxExpressionNode)LexicalMdxExpressionNode
getValuegetValue()string
getMdastTypegetMdastType()MdxExpressionType
createDOMcreateDOM()HTMLElement
updateDOMupdateDOM()boolean
importDOMimportDOM()`DOMConversionMap
exportDOMexportDOM(editor: LexicalEditor)DOMExportOutput
importJSONimportJSON(serializedNode: SerializedLexicalMdxExpressionNode)LexicalMdxExpressionNode
exportJSONexportJSON()SerializedLexicalMdxExpressionNode
extractWithChildextractWithChild()boolean
isInlineisInline()boolean
decoratedecorate(editor: LexicalEditor)void

Properties

PropertyType
__valuestring
__mdastTypeMdxExpressionType

Was this page helpful?

Download as PDF