Interface

DataSchemaDefinition (html-support)

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

interface

A base definition of data schema.

Filtering

Properties

  • isBlock : boolean | undefined

    Indicates that the definition describes block element. Set by registerBlockElement method.

  • isInline : boolean | undefined

    Indicates that the definition describes inline element.

  • isObject : boolean | undefined

    Indicates that the definition describes object element.

  • model : string

    Name of the model.

  • modelSchema : SchemaItemDefinition | undefined

    The model schema item definition describing registered model.

  • view : string | undefined

    Name of the view element.