coerce.toParams
This function converts the specified value to params type.
Syntax
coerce.toParams(value)
Arguments
Argument |
Type |
Description |
---|---|---|
value |
any |
The value to be coerced. |
Returns
Type |
Description |
---|---|
params |
The coerced params value. |
Examples
The function coerce.toParams($Activity[xxx].xxx)
returns a string with the name-value mapping.