Typedef

DataSchemaDefinition (html-support)

@ckeditor/ckeditor5-html-support/src/dataschema

typedef
Object

A base definition of data schema.

Filtering

Properties

  • isObject : Boolean

    Indicates that the definition describes object element.

  • model : String

    Name of the model.

  • modelSchema : SchemaItemDefinition

    The model schema item definition describing registered model.

  • view : String

    Name of the view element.