DocsTableRow
Home > @backstage/plugin-techdocs > DocsTableRow
Generic representing the metadata structure for a docs table row.
Signature:
export type DocsTableRow = {
    entity: Entity;
    resolved: {
        docsUrl: string;
        ownedByRelationsTitle: string;
        ownedByRelations: CompoundEntityRef[];
    };
};
References: Entity, CompoundEntityRef