Backstage
    Preparing search index...
    interface CatalogTableRow {
        entity: Entity;
        resolved: {
            entityRef: string;
            name: string;
            ownedByRelations: CompoundEntityRef[];
            ownedByRelationsTitle?: string;
            partOfSystemRelations: CompoundEntityRef[];
            partOfSystemRelationTitle?: string;
        };
    }
    Index

    Properties

    Properties

    entity: Entity
    resolved: {
        entityRef: string;
        name: string;
        ownedByRelations: CompoundEntityRef[];
        ownedByRelationsTitle?: string;
        partOfSystemRelations: CompoundEntityRef[];
        partOfSystemRelationTitle?: string;
    }