DocsGroupConfig
Home > @backstage/plugin-techdocs > DocsGroupConfig
Props for EntityListDocsGrid()
Signature:
export type DocsGroupConfig = {
    title: ReactNode;
    filterPredicate: ((entity: Entity) => boolean) | string;
};
References: Entity
Home > @backstage/plugin-techdocs > DocsGroupConfig
Props for EntityListDocsGrid()
Signature:
export type DocsGroupConfig = {
    title: ReactNode;
    filterPredicate: ((entity: Entity) => boolean) | string;
};
References: Entity