CustomDocsPanel()
Home > @backstage/plugin-techdocs
> CustomDocsPanel
Component which can be used to render entities in a custom way.
Signature:
CustomDocsPanel: ({ config, entities, index, }: {
config: PanelConfig;
entities: Entity[];
index: number;
}) => React.JSX.Element
Parameters
Parameter |
Type |
Description |
---|---|---|
{ config, entities, index, } |
{ config: PanelConfig; entities: Entity[]; index: number; } |
React.JSX.Element