SimpleTreeViewSlots

Properties

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

The default icon used to collapse the item.

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

The default icon displayed next to an end item. This is applied to all Tree Items and can be overridden by the TreeItem icon slot prop.

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

The default icon used to expand the item.

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

Element rendered at the root.