Trevixal API
    Preparing search index...

    Interface Control

    interface Control {
        element: HTMLElement;
        destroy(): void;
        refresh(snapshot: EditorSnapshot): void;
    }
    Index
    element: HTMLElement
    • Returns void

    • Parameters

      • snapshot: EditorSnapshot

      Returns void