AdaptableTransientState

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

TypeScript
export interface

Properties

PropertyType
CommentCommentState
InternalInternalState
Plugins\{ [key: string]: any; \}
PopupPopupState

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