OpenFairyGUI API
    Preparing search index...

    Interface MoveResourceFolderOperation

    interface MoveResourceFolderOperation {
        kind: "moveResourceFolder";
        opId?: string;
        selector: UamResourceFolderSelector;
        toPath: string;
    }

    Hierarchy

    • UamTransactionOperationBase
      • MoveResourceFolderOperation
    Index
    kind: "moveResourceFolder"
    opId?: string
    toPath: string