public canSetParameter(name as String, value as Object) as Boolean
Indicates whether a parameter can be set to a value.
| Parameter | Description |
|---|---|
name | Parameter name. |
value | Candidate value. |
True when accepted.
print(config.canSetParameter("comments", true))