@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
31 lines (24 loc) • 472 B
Markdown
# command: layer-list.collapse
Description: Collapses item(s) in the layer list. Web only.
Inputs: `HasLayers`
HasLayers properties:
```json
{
"layers": {
"description": "Layer(s) to use for the command/operation."
}
}
```
# command: layer-list.expand
Description: Expands item(s) in the layer list. Web only.
Inputs: `HasLayers`
HasLayers properties:
```json
{
"layers": {
"description": "Layer(s) to use for the command/operation."
}
}
```