HtmlSupportDataSchemaDefinition
interface
A base definition of data schema.
Properties
-
isBlock : boolean | undefinedmodule:html-support/dataschema~HtmlSupportDataSchemaDefinition#isBlockIndicates that the definition describes block element. Set by
registerBlockElementmethod. -
isEmpty : boolean | undefinedmodule:html-support/dataschema~HtmlSupportDataSchemaDefinition#isEmptyIndicates that the definition describes an empty HTML element like
<hr>. -
isInline : boolean | undefinedmodule:html-support/dataschema~HtmlSupportDataSchemaDefinition#isInlineIndicates that the definition describes inline element.
-
isObject : boolean | undefinedmodule:html-support/dataschema~HtmlSupportDataSchemaDefinition#isObjectIndicates that the definition describes object element.
-
model : stringmodule:html-support/dataschema~HtmlSupportDataSchemaDefinition#modelName of the model.
-
modelSchema : ModelSchemaItemDefinition | undefinedmodule:html-support/dataschema~HtmlSupportDataSchemaDefinition#modelSchemaThe model schema item definition describing registered model.
-
view : string | undefinedmodule:html-support/dataschema~HtmlSupportDataSchemaDefinition#viewName of the view element.