OpenFairyGUI API
    Preparing search index...

    Interface AddGearOperation

    interface AddGearOperation {
        gear: UamGearBinding;
        kind: "addGear";
        opId?: string;
        selector: UamGearSelector;
    }

    Hierarchy

    • UamTransactionOperationBase
      • AddGearOperation
    Index
    kind: "addGear"
    opId?: string
    selector: UamGearSelector