Highcharts Dashboards
    Preparing search index...

    Variable GlobalsConst

    Globals: {
        boards: (Board | undefined)[];
        classNamePrefix: string;
        doc: Document;
        isMS: boolean;
        noop: () => void;
        supportsPassiveEvents: boolean;
        version: string;
        win: Window & typeof globalThis;
    } = ...

    Type Declaration

    • boards: (Board | undefined)[]

      Contains all Board instances of this window.

    • classNamePrefix: string

      Prefix of a GUIElement HTML class name.

    • doc: Document
    • isMS: boolean
    • noop: () => void
    • supportsPassiveEvents: boolean
    • version: string
    • win: Window & typeof globalThis

      Reference to the window used by Dashboards.