HtmlSupportDataSchemaBlockElementDefinition
 interface
A definition of data schema for block elements.
Properties
isBlock : boolean | undefinedinheritedmodule:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#isBlockIndicates that the definition describes block element. Set by
registerBlockElementmethod.isEmpty : boolean | undefinedinheritedmodule:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#isEmptyIndicates that the definition describes an empty HTML element like
<hr>.isInline : boolean | undefinedinheritedmodule:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#isInlineIndicates that the definition describes inline element.
isObject : boolean | undefinedinheritedmodule:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#isObjectIndicates that the definition describes object element.
model : stringinheritedmodule:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#modelName of the model.
modelSchema : ModelSchemaItemDefinition | undefinedinheritedmodule:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#modelSchemaThe model schema item definition describing registered model.
paragraphLikeModel : string | undefinedmodule:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#paragraphLikeModelShould 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 | undefinedinheritedmodule:html-support/dataschema~HtmlSupportDataSchemaBlockElementDefinition#viewName of the view element.