Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 750 Bytes

statisticsInfo.cmn.md

File metadata and controls

29 lines (20 loc) · 750 Bytes

statisticsInfo

Describes the attribute statistics for the scene layer.

Related:

cmn::3DSceneLayer, psl::3DSceneLayer

Properties

Property Type Description
key string Key indicating the resource of the statistics. For example f_1 for ./statistics/f_1
name string Name of the field of the statistical information.
href string The URL to the statistics information. For example ./statistics/f_1

Note: properties in bold are required

Examples

Example: statisticsInfo for 3D Object scene layer.

 {
  "key": "f_1",
  "name": "Category",
  "href": "./statistics/f_1"
}