@violentmonkey/types
    Preparing search index...

    Interface VMScriptGMTabControl

    interface VMScriptGMTabControl {
        close: () => void;
        closed: boolean;
        onclose?: () => void;
    }
    Index
    close: () => void

    A function to explicitly close the opened tab.

    closed: boolean

    Whether the opened tab is closed.

    onclose?: () => void

    Сan be assigned to a function. If provided, it will be called when the opened tab is closed.