Typedef

DataSchemaInlineElementDefinition (html-support)

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

typedef
Object

A definition of data schema for inline elements.

Filtering

Properties

  • attributeProperties : AttributeProperties

    Additional metadata describing the model attribute.

  • coupledAttribute : String

    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.

  • 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.

  • priority : Number

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

  • view : String

    inherited

    Name of the view element.