enum sap.ui.vbm.ClusterInfoType

Visiblity: public
Available since: N/A
Module: sap/ui/vbm/library
Application Component: CA-GTF-VBZ

Cluster Info Type


Properties Overview

Node Description
sap.ui.vbm.ClusterInfoType.ChildCluster

Type indicating that Cluster Info should return info on child cluster nodes (next LOD). This is only supported for tree clustering.

sap.ui.vbm.ClusterInfoType.ContainedVOs

Type indicating that Cluster Info should return only VOs covered by the Cluster object

sap.ui.vbm.ClusterInfoType.Edges

Type indicating that Cluster Info should return info on Edges of the Voronoi Area for the cluster. This is only supported for tree clustering. Edges not merged with rectangles.

sap.ui.vbm.ClusterInfoType.NodeInfo

Type indicating that Cluster Info should return info on cluster node itself.

sap.ui.vbm.ClusterInfoType.ParentNode

Type indicating that Cluster Info should return info on parent cluster node (previous LOD). This is only supported for tree clustering.