getBool Method
Retrieves boolean
variable value.
Returns false
if variable does not exist or does not convert to boolean.
getBool(variableId: string): Promise<boolean>
Parameter | Type | Description |
---|---|---|
variableId | string |
Returns - Promise<boolean>
Last Updated: 20 June, 2023