Typedef

DataSchemaInlineElementDefinition (html-support)

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

typedef
Object

A definition of data schema for inline elements.

Filtering

Properties

  • attributeProperties : AttributeProperties | undefined

    Additional metadata describing the model attribute.

  • coupledAttribute : String | undefined

    The name of the model attribute that generates the same view element. GHS inline attribute will be removed from the model tree as soon as the coupled attribute is removed. See GHS post-fixer for more details.

  • isInline : Boolean

    Indicates that the definition describes inline element.

  • inherited

    isObject : Boolean | undefined

    Indicates that the definition describes object element.

  • inherited

    model : String

    Name of the model.

  • inherited

    modelSchema : SchemaItemDefinition | undefined

    The model schema item definition describing registered model.

  • priority : Number | undefined

    Element priority. Decides in what order elements are wrapped by DowncastWriter. Set by registerInlineElement method.

  • inherited

    view : String | undefined

    Name of the view element.