Type Alias BomOccurrence

BomOccurrence: {
    instanceId: string;
    name: string;
    nodeId: string;
    path: string[];
}

Single BOM occurrence (instance).

Type declaration

  • instanceId: string

    Instance id from OCAF entry.

  • name: string

    Instance display name.

  • nodeId: string

    Node id for this occurrence.

  • path: string[]

    Path of instance ids from root to this occurrence.