Type: Expression
Jump to navigation
Jump to search
The Expression type is a special type that stores a piece of JavaScript that will be evaluated to get an actual value.
Constructors
| Arguments | |
|---|---|
Expression(expression)
|
String expression - A string representing the actual expression.
|
Parameters
| Type | Details | |
|---|---|---|
expression
|
String | The script snippet that this expression represents. |
value
|
Any | Note: The parameter is read-only. The value to which this expression resolves. |
Functions
There are no functions exposed by this type.
| Types | |
|---|---|
| Primitives | Boolean · Number · String |
| Objects | Color · Dimension · DmxMultiverse · DmxUniverse · LocalInterface · Material · Point · RemoteAddress/IP · Scene · Time · Touch |
| Node Specific | NdiSource · WoControlCue · WoHitTestResult · WoTimeline |
| Collections | List · List of Lists · Map · Varargs |
| Special | Any · Consumer · Expression · Null · Void |