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

    Interface HistoryAction

    interface HistoryAction {
        label?: string;
        apply: () => void;
        undo: () => void;
    }
    Index

    Properties

    Properties

    label?: string
    apply: () => void
    undo: () => void