UseTreeItemReturnValue

external interface UseTreeItemReturnValue(source)

Properties

Link copied to clipboard
abstract var getCheckboxProps: (externalProps: Props?) -> Props

Resolver for the checkbox slot's props.

Link copied to clipboard
abstract var getContentProps: (externalProps: Props?) -> Props

Resolver for the content slot's props.

Link copied to clipboard

Resolver for the context provider's props.

Link copied to clipboard
abstract var getDragAndDropOverlayProps: (externalProps: Props?) -> Props

Resolver for the DragAndDropOverlay slot's props. Warning: This slot is only useful when using the <RichTreeViewPro /> component.

Link copied to clipboard
abstract var getErrorContainerProps: (externalProps: Props?) -> Props

Resolver for the ErrorIcon slot's props. Warning: This slot is only useful when using the <RichTreeView /> component when lazy loading is enabled.

Link copied to clipboard
abstract var getGroupTransitionProps: (externalProps: Props?) -> Props

Resolver for the GroupTransition slot's props.

Link copied to clipboard
abstract var getIconContainerProps: (externalProps: Props?) -> Props

Resolver for the iconContainer slot's props.

Link copied to clipboard
abstract var getLabelInputProps: (externalProps: Props?) -> Props

Resolver for the labelInput slot's props.

Link copied to clipboard
abstract var getLabelProps: (externalProps: Props?) -> Props

Resolver for the label slot's props.

Link copied to clipboard
abstract var getLoadingContainerProps: (externalProps: Props?) -> Props

Resolver for the LoadingIcon slot's props. Warning: This slot is only useful when using the <RichTreeView /> component when lazy loading is enabled.

Link copied to clipboard
abstract var getRootProps: (externalProps: Props?) -> Props

Resolver for the root slot's props.

Link copied to clipboard
abstract var publicAPI: Any?

The object the allows Tree View manipulation.

Link copied to clipboard

A ref to the component's root DOM element.

Link copied to clipboard

Current status of the item.