# JsxEditorProps

**Kind:** Interface

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

The properties passed to a custom JSX Editor component.

## Properties

| Property | Type |
|---|---|
| `mdastNode` | `MdastJsx` |
| `descriptor` | `JsxComponentDescriptor` |
