Skip to main content

Interface: LinkTypesToolboxProps

Props for LinkTypesToolbox component.

See

LinkTypesToolbox

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

1

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

trackSelected?

boolean

Whether the component should listen to the diagram selection to display links connected to the selected items first.

Default

true