Loom Engine - v3.1.1
    Preparing search index...

    Interface ActionHistoryOptions

    interface ActionHistoryOptions {
        capacity?: number;
        onApplied?: (action: HistoryAction) => void;
        onUndone?: (action: HistoryAction) => void;
    }
    Index

    Properties

    capacity?: number
    onApplied?: (action: HistoryAction) => void
    onUndone?: (action: HistoryAction) => void