Interface SetValueCommand

interface SetValueCommand {
    config: UiObjectConfig;
    final: boolean;
    lastVal: PrimitiveVal;
    props: any;
    time: number;
    type: "UiConfigMethods_set";
    val: PrimitiveVal;
}

Hierarchy

  • JSUndoManagerCommand2
    • SetValueCommand

Properties

final: boolean
lastVal: PrimitiveVal
props: any
time: number
type: "UiConfigMethods_set"
MMNEPVFCICPMFPCPTTAAATR