Backstage
    Preparing search index...

    Type representing a TechDocsCustomHome panel.

    interface PanelConfig {
        description: string;
        filterPredicate: string | ((entity: Entity) => boolean);
        panelCSS?: CSSProperties;
        panelProps?: PanelProps;
        panelType: PanelType;
        title: string;
    }
    Index

    Properties

    description: string
    filterPredicate: string | ((entity: Entity) => boolean)
    panelCSS?: CSSProperties
    panelProps?: PanelProps
    panelType: PanelType
    title: string