@umbraco-cms/backoffice
    Preparing search index...

    Class MarkView<Component, Options>

    Type Parameters

    Index

    Constructors

    Properties

    component: Component
    editor: Editor
    HTMLAttributes: Record<string, any>
    mark: Mark
    options: Options

    Accessors

    • get contentDOM(): null | HTMLElement

      Returns null | HTMLElement

    • get dom(): HTMLElement

      Returns HTMLElement

    Methods

    • Parameters

      • mutation: ViewMutationRecord

      Returns boolean

    • Update the attributes of the mark in the document.

      Parameters

      • attrs: Record<string, any>

        The attributes to update.

      • OptionalcheckMark: Mark

      Returns void