flexlayout-react
    Preparing search index...

    Interface IUndoOptions

    Options for the useUndo hook

    interface IUndoOptions {
        ignoreActionTypes?: string[];
        maxBufferSize?: number;
    }
    Index
    ignoreActionTypes?: string[]

    action types that should not create an undo step, default [Actions.SET_ACTIVE_TABSET]

    maxBufferSize?: number

    maximum number of undo steps to retain, default 100