statisticsInfo
May 26, 2021 ยท View on GitHub
Describes the attribute statistics for the scene layer.
Related:
cmn::3DSceneLayer, psl::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"
}