engine/model/schema
@ckeditor/ckeditor5-engine/src/model/schema
Filtering
Classes
-
The model's schema. It defines allowed and disallowed structures of nodes as well as nodes' attributes. The schema is usually defined by features and based on them the editing framework and features make decisions how to change and process the model.
-
A schema context — a list of ancestors of a given position in the document.
Type Definitions
-
A simplified version of
SchemaItemDefinition
after compilation by the schema. Rules fed to the schema byregister
andextend
methods are defined in theSchemaItemDefinition
format. Later on, they are compiled toSchemaCompiledItemDefition
so when you use e.g. thegetDefinition
method you get the compiled version. -
The definition of a schema context.
-
An item of the schema context.
-
A definition of a schema item.