OpenFairyGUI API
    Preparing search index...

    Interface AddResourceFolderOperation

    interface AddResourceFolderOperation {
        atlas?: string;
        branch?: string;
        favorite?: boolean;
        kind: "addResourceFolder";
        opId?: string;
        path: string;
        selector: UamPackageSelector;
    }

    Hierarchy

    • UamTransactionOperationBase
      • AddResourceFolderOperation
    Index
    atlas?: string

    Canonical atlas slot index; omitted or empty inherits the parent assignment.

    branch?: string
    favorite?: boolean
    kind: "addResourceFolder"
    opId?: string
    path: string