OpenFairyGUI API
    Preparing search index...

    Interface UamComponentResource

    interface UamComponentResource {
        branch: string;
        branchItemIds: string[];
        component: UamComponentModel;
        exported: boolean;
        favorite: boolean;
        id: string;
        kind: "component";
        name: string;
        path: string;
    }
    Index
    branch: string
    branchItemIds: string[]
    exported: boolean
    favorite: boolean
    id: string
    kind: "component"
    name: string
    path: string