TechDocsReaderPageContentProps
Home > @backstage/plugin-techdocs > TechDocsReaderPageContentProps
Props for TechDocsReaderPageContent()
Signature:
export type TechDocsReaderPageContentProps = {
    entityRef?: CompoundEntityRef;
    defaultPath?: string;
    withSearch?: boolean;
    searchResultUrlMapper?: (url: string) => string;
    onReady?: () => void;
};
References: CompoundEntityRef