AdaptableTransientState
The state which is available in the internal Redux store but never persisted
TypeScript
export interfaceProperties
| Property | Type |
|---|---|
| Comment | CommentState |
| Internal | InternalState |
| Plugins | \{ [key: string]: any; \} |
| Popup | PopupState |
Property Details
Comment
TypeScript
Comment: CommentState;Property Value
Internal
TypeScript
Internal: InternalState;Property Value
InternalState
Plugins
TypeScript
Plugins: {
[key: string]: any;
};Property Value
\{ [key: string]: any; \}
Popup
TypeScript
Popup: PopupState;Property Value
PopupState