TreeItemSlots

external interface TreeItemSlots(source)

Properties

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

The icon used to collapse the item.

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

The icon displayed next to an end item.

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 animates the appearance / disappearance of the item's children.

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

The icon to display next to the tree item's label.