uiconfig.js
    Preparing search index...

    Interface SetValueCommand<T>

    interface SetValueCommand<T extends PrimitiveVal = PrimitiveVal> {
        binding?: [any, string | number | symbol];
        final: boolean;
        lastVal: T;
        onUndoRedo?: (c: SetValueUndoCommand) => void;
        props: SetValueCommandProps;
        time: number;
        type: "UiConfigMethods_set";
        uid: UiObjectConfig;
        val: T;
    }

    Type Parameters

    Hierarchy

    Index

    Properties

    binding?: [any, string | number | symbol]
    final: boolean
    lastVal: T
    onUndoRedo?: (c: SetValueUndoCommand) => void
    time: number
    type: "UiConfigMethods_set"
    val: T