Sign up (with export icon)

HtmlSupportDataSchemaBlockElementDefinition

Api-interface icon interface

A definition of data schema for block elements.

Properties

  • Chevron-right icon

    isBlock : boolean | undefined
    inherited

    Indicates that the definition describes block element. Set by registerBlockElement method.

  • Chevron-right icon

    isEmpty : boolean | undefined
    inherited

    Indicates that the definition describes an empty HTML element like <hr>.

  • Chevron-right icon

    isInline : boolean | undefined
    inherited

    Indicates that the definition describes inline element.

  • Chevron-right icon

    isObject : boolean | undefined
    inherited

    Indicates that the definition describes object element.

  • Chevron-right icon

    model : string
    inherited

  • Chevron-right icon

    modelSchema : ModelSchemaItemDefinition | undefined
    inherited

    The model schema item definition describing registered model.

  • Chevron-right icon

    paragraphLikeModel : string | undefined

    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.

  • Chevron-right icon

    view : string | undefined
    inherited

    Name of the view element.