Interface: ClassTreeProps
Defined in: src/widgets/classTree/classTree.tsx:39
Props for ClassTree component.
See
Properties
| Property | Type | Description |
|---|---|---|
| Additional CSS class for the component. | |
| Whether tree items can be dragged out e.g. onto the canvas. Default | |
| Minimum number of characters in the search term to initiate the search. Default | |
( | Handler to place newly created entity from a tree. | |
| 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. Default |