HtmlSupportDataSchemaBlockElementDefinition
interface
A definition of data schema for block elements.
Properties
-
isBlock : boolean | undefined
inheritedmodule:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#isBlock
Indicates that the definition describes block element. Set by
registerBlockElement
method. -
isEmpty : boolean | undefined
inheritedmodule:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#isEmpty
Indicates that the definition describes an empty HTML element like
<hr>
. -
isInline : boolean | undefined
inheritedmodule:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#isInline
Indicates that the definition describes inline element.
-
isObject : boolean | undefined
inheritedmodule:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#isObject
Indicates that the definition describes object element.
-
model : string
inheritedmodule:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#model
Name of the model.
-
modelSchema : ModelSchemaItemDefinition | undefined
inheritedmodule:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#modelSchema
The model schema item definition describing registered model.
-
paragraphLikeModel : string | undefined
module:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#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 | undefined
inheritedmodule:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#view
Name of the view element.