Interface ReportingBookmarkState<T>
Properties
Optional
customDropdownSelections
Optional
customState
customState?: null | T
views
views: { [
context:
string]
: { activeViewKey?: string; factSheetType?: string; viewOption?: ViewOption; }; } Type declaration
[context: string]: {
activeViewKey?: string;
factSheetType?: string;
viewOption?: ViewOption;
}
Optional
activeViewKey?: string
Optional
factSheetType?: string
Optional
viewOption?: ViewOption
Deprecated