AdaptableViewState

TypeScript
interface

Properties

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

AdaptableKeyboardNavigation

defaultSelectionMode

TypeScript
defaultSelectionMode?: AdaptableBaseSelection['mode'];
Property Value

AdaptableBaseSelection['mode']

views

TypeScript
views: XOR < AdaptableTableViewWithOptionalColumns, AdaptablePivotView > [];
Property Value

XOR<AdaptableTableViewWithOptionalColumns, AdaptablePivotView>[]