Skip to main content

Interface: ClassTreeProps

Props for ClassTree component.

See

ClassTree

Properties

PropertyTypeDescription

className?

string

Additional CSS class for the component.

minSearchTermLength?

number

Minimum number of characters in the search term to initiate the search.

Default

2

searchStore?

SearchInputStore<string>

Controlled search input state store.

If specified, renders the component in "headless" mode without a text filter input.

searchTimeout?

number

Debounce timeout in milliseconds after input to perform the text search.

Default

200