SnippetContext.getVariable
string getVariable(string key)Gets the current value for a variable named key.
Parameters
key | the name of the variable |
Returns
the value for the variable, or null
string getVariable(string key)Gets the current value for a variable named key.
key | the name of the variable |