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