ComponentEntityV1alpha1
Home > @backstage/catalog-model
> ComponentEntityV1alpha1
Backstage catalog Component kind Entity. Represents a single, individual piece of software.
Signature:
export interface ComponentEntityV1alpha1 extends Entity
Extends: Entity
Remarks
See https://backstage.io/docs/features/software-catalog/system-model
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
'backstage.io/v1alpha1' | 'backstage.io/v1beta1' | |||
'Component' | |||
{ type: string; lifecycle: string; owner: string; subcomponentOf?: string; providesApis?: string[]; consumesApis?: string[]; dependsOn?: string[]; dependencyOf?: string[]; system?: string; } |