interface DashboardConfig {
    dashboard: DashboardEntityExtended;
    userState?: any;
}

Properties

userState?: any