Trevixal API
    Preparing search index...

    Interface LinkPopover

    interface LinkPopover {
        element: HTMLElement;
        destroy(): void;
        edit(): void;
        refresh(): void;
    }
    Index
    element: HTMLElement
    • Returns void

    • Switch to the editing field, as the toolbar's link button may want to.

      Returns void

    • Re-read the selection and reposition. Called for you on every change.

      Returns void