Interface HistoryHooks

interface HistoryHooks {
    execute?: HistoryHookFunction;
    redo?: HistoryHookFunction;
    undo?: HistoryHookFunction;
}

Properties

Properties