Typedef

DataSchemaBlockElementDefinition (html-support)

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

typedef
Object

A definition of data schema for block elements.

Filtering

Properties

  • isBlock : Boolean

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

  • isObject : Boolean

    inherited

    Indicates that the definition describes object element.

  • model : String

    inherited

    Name of the model.

  • modelSchema : SchemaItemDefinition

    inherited

    The model schema item definition describing registered model.

  • paragraphLikeModel : String

    Should be used when an element can behave both as a sectioning element (e.g. article) and element accepting only inline content (e.g. paragraph). If an element contains only inline content, this option will be used as a model name.

  • view : String

    inherited

    Name of the view element.