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