IJavaScriptEngine.

GetVariableValue(string) Method

Summary

Gets the value of variable.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.JavaScript
Containing Type
IJavaScriptEngine

Syntax

Object GetVariableValue(string variableName)

Parameters

Name Type Description
variableName string Variable name.

Return Value

Type Description
Object Value of variable.
GitHub