TechDocsCustomHomeProps
Home > @backstage/plugin-techdocs
> TechDocsCustomHomeProps
Props for TechDocsCustomHome()
Signature:
export type TechDocsCustomHomeProps = {
tabsConfig: TabsConfig;
filter?: EntityFilterQuery;
CustomPageWrapper?: React.FC;
};
References: TabsConfig, EntityFilterQuery