Highcharts Dashboards
    Preparing search index...
    interface Options {
        className: string;
        enabled: boolean;
        menu: Options;
        outline: boolean;
        outlineClassName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    className: string

    Class name for the toolbar.

    enabled: boolean

    Whether or not the toolbar is enabled.

    menu: Options

    Options for the toolbar menu.

    outline: boolean

    Whether or not to show the outline.

    outlineClassName: string

    Class name for the outline.