Interface CommandModuleOptions

interface CommandModuleOptions {
    autoListenKeyToUiConfig?: boolean;
    autoListenKeyToUnRedo?: boolean;
    debugInfo?: boolean;
    maxHistroyLength?: number;
}

Properties

autoListenKeyToUiConfig?: boolean
autoListenKeyToUnRedo?: boolean
debugInfo?: boolean
maxHistroyLength?: number