Module

engine/model/schema

@ckeditor/ckeditor5-engine/src/model/schema

module

Filtering

Classes

  • Schema

    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.

  • SchemaContext

    A schema context — a list of ancestors of a given position in the document.

Type Definitions