Skip to main content

Interface: ClassTreeProps

Defined in: src/widgets/classTree/classTree.tsx:39

Props for ClassTree component.

See

ClassTree

Properties

PropertyTypeDescription

className?

string

Additional CSS class for the component.

draggableItems?

boolean

Whether tree items can be dragged out e.g. onto the canvas.

Default

true

minSearchTermLength?

number

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

Default

2

placeCreatedEntity?

(element, dropEvent) => Promise<void>

Handler to place newly created entity from a tree.

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