Skip to content

Containers

Containers = ReadonlyMap<string, Container>

Defined in: packages/editor/src/schema/resolve-containers.ts:31

Map of registered editable containers carried on EditorContext.

Keyed by scoped type name (type chain joined by ’.’, e.g. 'callout.block', 'table.row.cell'). The internal ResolvedContainers map carries the full ContainerConfig and is a subtype of this.