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;
}) => import("react/jsx-runtime").JSX.Element
Parameters
| Parameter | Type | Description | 
|---|---|---|
| { config, entities, index, } | { config: PanelConfig; entities: Entity[]; index: number; } | 
import("react/jsx-runtime").JSX.Element