TreeItemSlots

external interface TreeItemSlots : TreeItemIconSlots(source)

Properties

Link copied to clipboard
abstract var checkbox: ElementType<*>?

The component that renders the item checkbox for selection.

Link copied to clipboard
abstract var collapseIcon: ElementType<*>?

The icon used to collapse the item.

Link copied to clipboard
abstract var content: ElementType<*>?

The component that renders the content of the item. (e.g.: everything related to this item, not to its children).

Link copied to clipboard

The component that renders the overlay when an item reordering is ongoing. Warning: This slot is only useful when using the <RichTreeViewPro /> component.

Link copied to clipboard
abstract var endIcon: ElementType<*>?

The icon displayed next to an end item.

Link copied to clipboard
abstract var errorIcon: ElementType<*>?

The component that is rendered when the item is in an error state. Warning: This slot is only useful when using the <RichTreeViewPro /> component is lazy loading is enabled.

Link copied to clipboard
abstract var expandIcon: ElementType<*>?

The icon used to expand the item.

Link copied to clipboard
abstract var groupTransition: ElementType<*>?

The component that renders the children of the item.

Link copied to clipboard
abstract var icon: ElementType<*>?

The icon to display next to the Tree Item's label.

Link copied to clipboard
abstract var iconContainer: ElementType<*>?

The component that renders the icon.

Link copied to clipboard
abstract var label: ElementType<*>?

The component that renders the item label.

Link copied to clipboard
abstract var labelInput: ElementType<*>?

The component that renders the input to edit the label when the item is editable and is currently being edited.

Link copied to clipboard
abstract var loadingIcon: ElementType<*>?

The component that is rendered when the item is in a loading state. Warning: This slot is only useful when using the <RichTreeViewPro /> component is lazy loading is enabled.

Link copied to clipboard
abstract var root: ElementType<*>?

The component that renders the root.