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