qualifier
The following is a list of properties for the function qualifier
:
Property | Value |
---|---|
brief | Access variables of a qualifier as an object |
category | compiler |
description | This function allows the active variables for a qualifier to be accessed as the properties of an object. |
functionId | qualifier |
functionLabel | qualifier |
parameters | [ { "brief": "Qualifier", "dataType": "string", "description": "This is the qualifier whose variables are to be accessed as properties of the returned object.", "name": "qualifier" }, { "brief": "For testing if true", "description": "If specified and true, the object returned will be suitable to pass as the additionalUntrustedQualifiedVariables parameter of evaluate*() functions. This is intended for testing purposes and should not be used in production.", "dataType": "boolean", "name": "forTesting", "optional": true } ] |
returns | { "brief": "Variables for the specified qualifier", "dataType": "object", "description": "Each property is the name of a variable with the value influenced by the forTesting property." } |