new ObjectArgument(value [, policy] [, evaluators])
This object defines an argument definition in an object definition.
Parameters:
Name | Type | Argument | Default | Description |
---|---|---|---|---|
value |
* | The value of the argument. |
||
policy |
string |
<optional> |
value | The policy of the property ( |
evaluators |
array |
<optional> |
The optional Array representation of all evaluators who evaluate the value of the argument. |
Members
-
evaluators :Array
-
The optional
Array
representation of all evaluators to transform the value of this object.Type:
-
policy :string
-
Defines the policy of the property.
Type:
- string
-
value
-
Defines the value of the argument.
Methods
-
toString()
-
Returns the String representation of the object.
Returns:
the String representation of the object.