AdaptableViewState
 TypeScript
interfaceProperties
| Property | 
|---|
| currentViewId | 
| defaultContextMenu | 
| defaultKeyboardNavigation | 
| defaultSelectionMode | 
| views | 
Property Details
currentViewId
 TypeScript
currentViewId: string;Property Value
string
defaultContextMenu
 TypeScript
defaultContextMenu?: string;Property Value
string
defaultKeyboardNavigation
 TypeScript
defaultKeyboardNavigation?: AdaptableKeyboardNavigation;Property Value
defaultSelectionMode
 TypeScript
defaultSelectionMode?: AdaptableBaseSelection['mode'];Property Value
AdaptableBaseSelection['mode']
views
 TypeScript
views: XOR < AdaptableTableViewWithOptionalColumns, AdaptablePivotView > [];Property Value
XOR<AdaptableTableViewWithOptionalColumns, AdaptablePivotView>[]