Optional
alignSets the Container's align items property.
Optional
allowWhether this TreeViewItem can be dragged. Only considered if the parent TreeView
has allowDrag
set to true
. Defaults to true
.
Optional
allowWhether dropping is allowed on the TreeViewItem. Defaults to true
.
Optional
allowWhether the item can be selected. Defaults to true
.
Optional
bindingA binding to use with this Element.
Optional
childrenThe children of the current component.
Optional
classThe class attribute of this Element's HTMLElement.
Optional
domThe HTMLElement to create this Element with. If not provided this Element will create one.
Optional
enabledSets whether it is possible to interact with this Element and its children.
Optional
errorSets whether the Element is in an error state.
Optional
flexSets whether the element uses flex layout.
Optional
flexSets the element's flexBasis
CSS property.
Optional
flexSets the element's flexDirection
CSS property.
Optional
flexSets the element's flexGrow
CSS property.
Optional
flexSets the element's flexShrink
CSS property.
Optional
flexSets the element's flexWrap
CSS property.
Optional
gridSets whether the Container supports the grid layout.
Optional
heightSets the initial height of the Element.
Optional
hiddenSets whether this Element is hidden. Defaults to false
.
Optional
iconThe icon shown before the text in the TreeViewItem. Defaults to 'E360'.
Optional
idThe id attribute of this Element's HTMLElement.
Optional
ignoreIf true
, this Element will ignore its parent's enabled value when determining whether this element is enabled. Defaults to false
.
Optional
isSets whether this Element is at the root of the hierarchy.
Optional
linkLinks the observer attribute at the path location in the given observer to this Element.
Optional
onIf provided and the Element is changeable, this function will be called each time the element value is changed.
Optional
onIf provided and the Element is clickable, this function will be called each time the element is clicked.
Optional
onMethod to be called when the TreeViewItem is deselected.
Optional
onIf provided and the Element is removable, this function will be called each time the element is removed.
Optional
onCalled when the Container has been resized.
Optional
onMethod to be called when the TreeViewItem is selected.
Optional
openWhether the item is open meaning showing its children.
Optional
parentSets the parent Element.
Optional
readWhether this Element is read only or not. Defaults to false
.
Optional
resizableSets whether the Container is resizable and where the resize handle is located. Can
be one of 'top', 'bottom', 'right', 'left'. Defaults to null
which disables resizing.
Optional
resizeSets the maximum size the Container can take when resized in pixels.
Optional
resizeSets the minimum size the Container can take when resized in pixels.
Optional
scrollableSets whether the Container should be scrollable.
Optional
selectedWhether the item is selected.
Optional
styleSets an initial value for Element.dom.style.
Optional
tabSets the tabIndex of the Element.
Optional
textThe text shown by the TreeViewItem.
Optional
widthSets the initial width of the Element.
The arguments for the TreeViewItem constructor.