Highcharts Dashboards
    Preparing search index...

    Each layout's options.

    interface Options {
        cellClassName?: string;
        id?: string;
        layoutClassName?: string;
        rowClassName?: string;
        rows?: Options[];
        style?: CSSJSONObject;
    }
    Index

    Properties

    cellClassName?: string

    The class name applied to each cell that is in that exact layout.

    Try it:

    Set cell class names

    id?: string

    Unique id of the layout.

    layoutClassName?: string

    The class name of the layout container.

    rowClassName?: string

    The class name applied to each row that is in that exact layout. Note that the layout container is also treated as a row thus this class is also being applied to the layout container.

    rows?: Options[]

    An array of rows. Each row can contain an array of cells.

    style?: CSSJSONObject

    CSS styles of the layout.