# JsxPropertyDescriptor

**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#L38)

Defines the structure of a JSX component property.

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `type` | `'string' | 'number' | 'expression'` |
| `required` | `boolean` |
