AdaptableTransientState
The state which is available in the internal Redux store but never persisted
TypeScript
export interfaceProperties
| Property |
|---|
| Comment |
| Internal |
| Plugins |
| Popup |
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