Interface: SearchResultsProps
Props for SearchResults component.
See
Properties
Property | Type | Description |
---|---|---|
|
| Additional components to render after the result items. |
|
| Text sub-string to highlight in the displayed entities. |
| readonly | List of entities to display. |
| ( | Handler to change a selected set of entities. |
|
| Set of selected entities from items. |
|
| Whether to unselect previously selected item on click and require to click with Control/Meta key to select multiple items. It is also always possible to select a range of items by holding Shift when selecting a second item to select all other items in between as well. Default
|
|
| Whether to allow to drag entities from the list (e.g. onto the diagram canvas). Default
|