Highcharts Dashboards
    Preparing search index...

    Interface GUIOptions

    interface GUIOptions {
        enabled?: boolean;
        layoutOptions?: Partial<Options>;
        layouts: Options[];
    }
    Index

    Properties

    enabled?: boolean

    Whether the GUI is enabled or not.

    true
    
    layoutOptions?: Partial<Options>

    General options for the layouts applied to all layouts.

    layouts: Options[]

    Allows to define graphical elements and its layout. The layout is defined by the row and cells. The row is a horizontal container for the cells. The cells are containers for the elements. The layouts can be nested inside the cells.