DashboardTab

Defines a named set of Toolbars in the AdapTable Dashboard

TypeScript
export interface DashboardTab extends
Extends

AdaptableObject

Properties

PropertyTypeDescription
NamestringName of the Dashboard Tab as it appears in the Dashboard header
ToolbarsAdaptableDashboardToolbars | string[]List of Toolbars to show in the Tab
IsReadOnlybooleanSets 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