IJavaScriptEngine.

SetVariableValue(string, Object) Method

Summary

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

Syntax

void SetVariableValue(string variableName, Object value)

Parameters

Name Type Description
variableName string Variable name.
value Object Value of variable.

Return Value

Type Description
void
GitHub