> For the complete documentation index, see [llms.txt](/llms.txt).
> The full corpus is at [llms-full.txt](/llms-full.txt).

# ApplicableSchema

> **ApplicableSchema** = `object`

Defined in: editor/lib/selectors/index.d.ts:9

The set of schema member names applicable at the current selection,
grouped by category.

:::caution[Beta]
This API should not be used in production and may be trimmed from a public release.
:::

## Properties

### annotations

> **annotations**: `ReadonlySet`\<`string`\>

Defined in: editor/lib/selectors/index.d.ts:11

***

### blockObjects

> **blockObjects**: `ReadonlySet`\<`string`\>

Defined in: editor/lib/selectors/index.d.ts:14

***

### decorators

> **decorators**: `ReadonlySet`\<`string`\>

Defined in: editor/lib/selectors/index.d.ts:10

***

### inlineObjects

> **inlineObjects**: `ReadonlySet`\<`string`\>

Defined in: editor/lib/selectors/index.d.ts:15

***

### lists

> **lists**: `ReadonlySet`\<`string`\>

Defined in: editor/lib/selectors/index.d.ts:12

***

### styles

> **styles**: `ReadonlySet`\<`string`\>

Defined in: editor/lib/selectors/index.d.ts:13