DataSchemaBlockElementDefinition (html-support)
@ckeditor/ckeditor5-html-support/src/dataschema
A definition of data schema for block elements.
Filtering
Properties
-
isBlock : Boolean
module:html-support/dataschema~DataSchemaBlockElementDefinition#isBlock
Indicates that the definition describes block element. Set by
registerBlockElement
method. -
isObject : Boolean
module:html-support/dataschema~DataSchemaBlockElementDefinition#isObject
inherited
Indicates that the definition describes object element.
-
model : String
module:html-support/dataschema~DataSchemaBlockElementDefinition#model
inherited
Name of the model.
-
modelSchema : SchemaItemDefinition
module:html-support/dataschema~DataSchemaBlockElementDefinition#modelSchema
inherited
The model schema item definition describing registered model.
-
paragraphLikeModel : String
module:html-support/dataschema~DataSchemaBlockElementDefinition#paragraphLikeModel
Should be used when an element can behave both as a sectioning element (e.g. article) and element accepting only inline content (e.g. paragraph). If an element contains only inline content, this option will be used as a model name.
-
view : String
module:html-support/dataschema~DataSchemaBlockElementDefinition#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.