DashboardTab
Defines a named set of Toolbars in the AdapTable Dashboard
TypeScript
export interface DashboardTab extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| Name | string | Name of the Dashboard Tab as it appears in the Dashboard header |
| Toolbars | AdaptableDashboardToolbars | string[] | List of Toolbars to show in the Tab |
| IsReadOnly | boolean | Sets 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