Param
Tests for a parameter's existence, tests its data type, and, if a default value is not assigned, optionally provides one.
Component Signature
Attributes
Atrribute | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The name of the parameter | |
|
|
| The data type of the parameter | |
|
|
| The default value of the parameter | |
|
|
| The maximum value of the parameter | |
|
|
| The minimum value of the parameter | |
|
|
| The pattern of the parameter |
Examples
Last updated