Focus Area defines an area of interest in a scene.
Referenced by: Focus Areas
Properties
Property | Details |
---|---|
enabled | Boolean property determining whether the focus area is active in the scene. |
geometries | URL to a focus area geometries json file, typically stored in ITEM/resources . Content of the file follows the focus area geometries schema. |
id | A unique identifying string for the focus area. |
outline | Configures the visual outline of a focus area. |
title | A human readable string title for use in the UI. |
Example
{
"id": "0ed3520523734394b67a760e9f90c5dc",
"title": "Focus Area",
"enabled": true,
"outline": {
"color": [
255,
255,
0,
128
]
},
"geometries": "./resources/focusareas/g-1234.json"
}