Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TreeItemExpansionIcon

Hierarchy

Index

Properties

expanderIcon?: ReactNode

The icon to show within each item within the tree that helps show that there are child items.

NOTE: This will override the rightAddon prop if defined on each item by default so they can't be used. If the expanderLeft prop is enabled, the leftAddon will be overridden instead.

expanderLeft?: boolean

Boolean if the expander icon should appear to the left instead of the right.

Generated using TypeDoc