Skip to content

Preferences🔗

Dashboard specific preferences (applied per dashboard = all users using the dashboard)

Definition🔗

export interface Preferences {
    // default layout template to be used when new containers are created
    layout?: dashboardv2.AutoGridLayoutKind | dashboardv2.GridLayoutKind;
}

See also🔗