IStiUserViewStates Interface
Namespace: Stimulsoft.Report.Dashboard
Methods
| Method | Returns | Description |
|---|---|---|
| loadFromJsonForViewState | void | |
| saveToJsonForViewState | StiJson | |
| switchSelectedViewState | void |
Method Details
loadFromJsonForViewState
loadFromJsonForViewState(jObject: StiJson): void
Parameters
- jObject (StiJson)
saveToJsonForViewState
saveToJsonForViewState(): StiJson
Returns StiJson
switchSelectedViewState
switchSelectedViewState(newKey: string): void
Parameters
- newKey (string)
Fields
| Field | Type | Description |
|---|---|---|
| selectedViewStateKey | string | |
| userViewStates | StiUserViewState[] |