Backstage
    Preparing search index...

    Type representing Panel props

    interface PanelProps {
        CustomHeader?: FC;
        linkContent?: string | Element;
        linkDestination?: (entity: Entity) => string | undefined;
        options?: TableOptions<DocsTableRow>;
        PageWrapper?: FC;
    }
    Index

    Properties

    CustomHeader?: FC
    linkContent?: string | Element
    linkDestination?: (entity: Entity) => string | undefined
    PageWrapper?: FC