@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
19 lines (14 loc) • 434 B
Markdown
# operation: query-builder.get-query
Description: Gets the currently visible query from the specified query builder component. Web only.
Inputs: `GetQueryArgs`
GetQueryArgs properties:
```json
{
"queryBuilder": {
"description": "The query builder component that will be targeted. If not specified, all active query builder components in the layout will be targeted.",
"isRequired": "true"
}
}
```
Outputs: `Query`