getBooleanEnabled
getBooleanEnabled
Get whether the boolean calculation is currently active on a boolean operator.
Signature
getBooleanEnabled(objectNameOrId: string): Promise<boolean>Parameters
Parameter
Type
Required
Description
objectNameOrId
string
Yes
Name or ID of the boolean operator object
Returns
Promise<boolean> - true if the boolean calculation is active, false if disabled.
Examples
Last updated