| Library | Module | Frames | Expand |
| /* readonly */ pfcParamValueType | discr | |
| Returns the union discriminant value. | ||
| boolean | BoolValue | |
| If the parameter type is PARAM_BOOLEAN, this is a Boolean value. | ||
| number | DoubleValue | |
| If the parameter type is PARAM_DOUBLE, this is a double value. | ||
| number | IntValue | |
| If the parameter type is PARAM_INTEGER, this is an integer value. | ||
| number | NoteId | |
| If the parameter type is PARAM_NOTE, this is a note identifier. | ||
| string | StringValue | |
| If the parameter type is PARAM_STRING, this is a string value. | ||
| /* readonly */ pfcParamValueType | discr |
| boolean | BoolValue |
|
If the parameter type is PARAM_BOOLEAN, this is a Boolean value. Exceptions thrown (but not limited to): pfcXBadGetParamValue - Parameter value is not boolean |
| number | DoubleValue |
|
If the parameter type is PARAM_DOUBLE, this is a double value. Exceptions thrown (but not limited to): pfcXBadGetParamValue - Parameter value is not double |
| number | IntValue |
|
If the parameter type is PARAM_INTEGER, this is an integer value. Exceptions thrown (but not limited to): pfcXBadGetParamValue - Parameter value is not an integer |
| number | NoteId |
|
If the parameter type is PARAM_NOTE, this is a note identifier. Exceptions thrown (but not limited to): pfcXBadGetParamValue - Parameter value is not a note identifier |
| string | StringValue |
|
If the parameter type is PARAM_STRING, this is a string value. Exceptions thrown (but not limited to): pfcXBadGetParamValue - Parameter value is not string |