SearchModalChildrenProps
Home > @backstage/plugin-search > SearchModalChildrenProps
Signature:
export interface SearchModalChildrenProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
ReactNode | ((resultSet: SearchResultSet) => JSX.Element) |
(Optional) Ability to provide custom components to render the result items | ||
|
() => void |
A function that should be invoked when navigating away from the modal. |