IExtendedSearchBoxProps
3p-core / IExtendedSearchBoxProps
Interface: IExtendedSearchBoxProps
Props for the ExtendedSearchBox
component.
Properties
Property | Type | Description |
---|---|---|
buttonProps? | IButtonProps | Optional props passed to the Fluent UI PrimaryButton . |
fullWidth? | boolean | If true, allows the search input to expand to fill available horizontal space. |
onChange | (newValue ) => void | Callback triggered when a new search value is submitted or cleared. |
searchBoxProps? | ISearchBoxProps | Optional props passed directly to the underlying Fluent UI SearchBox . |
searchType? | SearchTypes | The current search mode (searchByText or searchById ). Defaults to searchByText . |
translate? | (text ) => string | Optional localization function to translate UI strings. |