Highcharts Dashboards
    Preparing search index...

    Configuration for a single option in detailed options.

    interface NestedOptions {
        name: string;
        options: Options[];
        propertyPath?: string[];
        showToggle?: boolean;
    }
    Index

    Properties

    name: string

    Name of the option that should be displayed.

    options: Options[]

    Options that should be included in the folded menu.

    propertyPath?: string[]

    Relative path to the option, that should be changed in the component.

    showToggle?: boolean

    Whether the option should have a toggle to be enabled or disabled.