* Retrieves all child variables for the given variable reference. * An optional filter can be used to limit the fetched children to either named or indexed children.
(params: VariablesParams)
| 1347 | * An optional filter can be used to limit the fetched children to either named or indexed children. |
| 1348 | */ |
| 1349 | variables(params: VariablesParams): Promise<VariablesResult>; |
| 1350 | |
| 1351 | /** |
| 1352 | * Set the variable with the given name in the variable container to a new value. Clients should only call this request if the capability 'supportsSetVariable' is true. |
no outgoing calls