⚠️ WarningNightly documentation ahead. Switch to the stable editor documentation.
Typedef

DataSchemaInlineElementDefinition (html-support)

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

Object

A definition of data schema for inline elements.

Filtering

Properties

  • Additional metadata describing the model attribute.

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

  • Indicates that the definition describes inline element.

  • Indicates that the definition describes object element.

  • Name of the model.

  • The model schema item definition describing registered model.

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

  • Name of the view element.