enum sap.ui.vtm.ChildCollectionType

Visiblity: public
Available since: N/A
Module: sap/ui/vtm/ChildCollectionType
Application Component:

Enumeration specifying which tree item child collections an operation should apply to.


Properties Overview

Node Description
sap.ui.vtm.ChildCollectionType.Excluded

The operation should apply to the excludedChildren collection of the tree item only.

sap.ui.vtm.ChildCollectionType.Included

The operation should apply to the includedChildren collection of the tree item only.

sap.ui.vtm.ChildCollectionType.IncludedAndExcluded

The operation should apply to the includedChildren and the excludedChildren collection of the tree item.

sap.ui.vtm.ChildCollectionType.None

The operation should not apply to either the includedChildren or excludedChildren collection of the tree item.