Interface: ClassTreeProps
Defined in: widgets/classTree/classTree.tsx:39
Props for ClassTree 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
| |
| 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
|