# LexicalMdxExpressionNode

**Kind:** Class

**Source:** [`atloria-monorepo/packages/editor/src/plugins/jsx/LexicalMdxExpressionNode.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/jsx/LexicalMdxExpressionNode.tsx#L43)

**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 | null` |
| `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` |
