DataSchemaInlineElementDefinition (html-support)
@ckeditor/ckeditor5-html-support/src/dataschema
A definition of data schema for inline elements.
Filtering
Properties
-
attributeProperties : AttributeProperties | undefined
module:html-support/dataschema~DataSchemaInlineElementDefinition#attributeProperties
Additional metadata describing the model attribute.
-
coupledAttribute : String | undefined
module:html-support/dataschema~DataSchemaInlineElementDefinition#coupledAttribute
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
module:html-support/dataschema~DataSchemaInlineElementDefinition#isInline
Indicates that the definition describes inline element.
-
inherited
isObject : Boolean | undefined
module:html-support/dataschema~DataSchemaInlineElementDefinition#isObject
Indicates that the definition describes object element.
-
Name of the model.
-
inherited
modelSchema : SchemaItemDefinition | undefined
module:html-support/dataschema~DataSchemaInlineElementDefinition#modelSchema
The model schema item definition describing registered model.
-
priority : Number | undefined
module:html-support/dataschema~DataSchemaInlineElementDefinition#priority
Element priority. Decides in what order elements are wrapped by
DowncastWriter
. Set byregisterInlineElement
method. -
inherited
view : String | undefined
module:html-support/dataschema~DataSchemaInlineElementDefinition#view
Name of the view element.
Every day, we work hard to keep our documentation complete. Have you spotted outdated information? Is something missing? Please report it via our issue tracker.