Create a service for the specific worker
Create a new variable declaration
Actual name of the variable. Might be changed by the service to avoid name clashes
ValueType of the variable
Promise resolving to the created variable declaration
Get a variable description from its reference
the variable reference
Promise resolving to the variable description or undefined if not found
returns a reply promise to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns a reply promise for the requested message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the requested message
The type of message being sent
Optionaldata: anyThe message data
Upgrade from URVariable to VariableDeclaration | VariableReference. If a variable with the property reference=true is provided, the corresponding VariableReference is returned. If a variable with reference=false is provided, a VariableDeclaration is returned.
URVariable to upgrade
Promise resolving to the VariableDeclaration | VariableReference | undefined if not found
Get a list of available variables
Service for generating and getting reserved variable names