Enum sap.ui.vbm.ClusterInfoTypeModule: sap/ui/vbm/library


Cluster Info Type

Field Summary
sap.ui.vbm.ClusterInfoType.ChildClusterType indicating that Cluster Info should return info on child cluster nodes (next LOD).
sap.ui.vbm.ClusterInfoType.ContainedVOsType indicating that Cluster Info should return only VOs covered by the Cluster object
sap.ui.vbm.ClusterInfoType.EdgesType indicating that Cluster Info should return info on Edges of the Voronoi Area for the cluster.
sap.ui.vbm.ClusterInfoType.NodeInfoType indicating that Cluster Info should return info on cluster node itself.
sap.ui.vbm.ClusterInfoType.ParentNodeType indicating that Cluster Info should return info on parent cluster node (previous LOD).
Field Detail
sap.ui.vbm.ClusterInfoType.ChildCluster: int
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: int
Type indicating that Cluster Info should return only VOs covered by the Cluster object
sap.ui.vbm.ClusterInfoType.Edges: int
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: int
Type indicating that Cluster Info should return info on cluster node itself.
sap.ui.vbm.ClusterInfoType.ParentNode: int
Type indicating that Cluster Info should return info on parent cluster node (previous LOD). This is only supported for tree clustering.