Pixel Data JS - v0.28.0
    Preparing search index...

    Interface HistoryAction

    interface HistoryAction {
        dispose?: () => void;
        redo: () => void;
        undo: () => void;
    }
    Index

    Properties

    Properties

    dispose?: () => void
    redo: () => void
    undo: () => void