Description Usage Arguments Value See Also
A parameter that can be set and used in evaluated code.
1 2 3 4 5 6 7 8 9 10 11 12 |
name |
The name of the variable. Required. |
default |
The default value of the parameter. |
id |
The identifier for this item. |
isExtensible |
Indicates that this parameter is variadic and can accept multiple named arguments. |
isReadonly |
Whether or not a property is mutable. Default is false. |
isRequired |
Is this parameter required, if not it should have a default or default is assumed to be null. |
isVariadic |
Indicates that this parameter is variadic and can accept multiple arguments. |
meta |
Metadata associated with this item. |
validator |
The validator that the value is validated against. |
value |
The value of the variable. |
A list
of class Parameter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.