OpenFairyGUI API
    Preparing search index...

    Interface AddComponentOperation

    Adds a complete component snapshot, including its initial display list.

    interface AddComponentOperation {
        atIndex: number;
        component: UamComponentResource;
        kind: "addComponent";
        opId?: string;
        selector: UamPackageSelector;
    }

    Hierarchy

    • UamTransactionOperationBase
      • AddComponentOperation
    Index
    atIndex: number
    kind: "addComponent"
    opId?: string