Skip to content
This page is available as Markdown at /api/toolbar/type-aliases/applicableschema.md. For the full documentation index, see /llms.txt, or the complete corpus at /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.

annotations: ReadonlySet<string>

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


blockObjects: ReadonlySet<string>

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


decorators: ReadonlySet<string>

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


inlineObjects: ReadonlySet<string>

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


lists: ReadonlySet<string>

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


styles: ReadonlySet<string>

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