@umbraco-cms/backoffice
    Preparing search index...

    Interface UndoRedoOptions

    interface UndoRedoOptions {
        depth: number;
        newGroupDelay: number;
    }
    Index

    Properties

    Properties

    depth: number

    The amount of history events that are collected before the oldest events are discarded.

    100
    
    50
    
    newGroupDelay: number

    The delay (in milliseconds) between changes after which a new group should be started.

    500
    
    1000