Deprecated. An array of numbers indicating layer visibility.
Referenced by: slide
Properties
| Property | Details | 
|---|---|
| featureVisibility[] | An array of arrays. | 
| id | The id of the layer as listed on the operational layer. | 
| subLayerIds[] | An array of integers. | 
visibleLayer Example
{
  "featureVisibility": [
    [
      1
    ],
    [],
    [],
    [
      0
    ]
  ],
  "id": "73128eb3-05ee-46a7-8c22-0c385a0b1827"
}