Defines a named set of Toolbars in the AdapTable Dashboard

TypeScript
export interface DashboardTab extends
Extends

AdaptableObject

Properties

PropertyDescription
NameName of the Dashboard Tab as it appears in the Dashboard header
ToolbarsList of Toolbars to show in the Tab
IsReadOnlySets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')

Property Details

Name

Name of the Dashboard Tab as it appears in the Dashboard header

TypeScript
Name: string;
Property Value

string

Toolbars

List of Toolbars to show in the Tab

TypeScript
Toolbars: AdaptableDashboardToolbars | string[];
Property Value

AdaptableDashboardToolbars | string[]

IsReadOnly

Inherited from AdaptableObject

Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')

TypeScript
IsReadOnly?: boolean;
Property Value

boolean