Object Constructor uno
Creates a new Object
Creates an IObject from an arbitrary number of NameValuePairs.
The returned object also implements IArray with the original ordering of the NameValuePairs.
In UX expressions, objects are denoted as lists of NameValuePair: {name1: value1, name2: value2}.
A single NameValuePair also implements IObject (but doesn't need this Object operator).
Creates a new Object
Can be called by ToString with a function name to do standard formatting of the arguments
hide
hide
See IExpression.Subscribe for docs.
hide