getSharedVariable (Client API reference)

Retrieves a variable set using the setSharedVariable method.

Syntax

ExecutionContextObj.getSharedVariable(key)

Parameters

key

Type: String

Description: The name of the variable.

Return value

Type: Object

Description: The specific type depends on what the value object is.

setSharedVariable
Execution context