AdaptableTransientState

The state which is available in the internal Redux store but never persisted

TypeScript
export interface

Properties

Property
Comment
Internal
Plugins
Popup

Property Details

Comment

TypeScript
Comment: CommentState;
Property Value

CommentState

Internal

TypeScript
Internal: InternalState;
Property Value

InternalState

Plugins

TypeScript
Plugins: {
        [key: string]: any;
    };
Property Value

\{ [key: string]: any; \}

TypeScript
Popup: PopupState;
Property Value

PopupState