Interface: InstancesSearchProps
Props for InstancesSearch component.
See
Properties
Property | Type | Description |
---|---|---|
|
| Additional CSS class for the component. |
|
| Minimum number of characters in the search term to initiate the search. Default
|
| ( | Handler to call when elements are added from the results onto the canvas. This handler is called only when elements are added by explicit "Add ..." button press and not via drag and drop. |
| ( | Handler for the search criteria changes. |
|
| Controlled search input state store. If specified, renders the component in "headless" mode without a text filter input. |
|
| Debounce timeout in milliseconds after input to perform the text search. If set to Default
|