UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

31 lines (23 loc) 619 B
# operation: app.get-persistent-data Description: Gets stored data, specified by the arguments (key and scope). Inputs: `StorageDataArgs` StorageDataArgs properties: ```json { "key": { "description": "The key of the data to store.", "type": "string", "isRequired": "true" }, "scope": { "description": "The scope the data is stored in. Defaults to" } } ``` Outputs: `unknown` --- # operation: app.get-version Description: Gets the current version stamped in the application (i.e. the version of the viewer this application was created with). Web only. Inputs: `None` Outputs: `string` ---