TechDocsSearchProps
Home > @backstage/plugin-techdocs > TechDocsSearchProps
Props for TechDocsSearch()
Signature:
export type TechDocsSearchProps = {
    entityId: CompoundEntityRef;
    entityTitle?: string;
    debounceTime?: number;
    searchResultUrlMapper?: (url: string) => string;
};
References: CompoundEntityRef