getIsDisabled method
Use this method to retrieve whether or not interactions with Eyes are ignored.
You can enable and disable Eyes using the setIsDisabled method.
Syntax
let configval = config.getIsDisabled();
Parameters
This method does not take any parameters.Return value
- Type: boolean
- If true, then all calls to Eyes are ignored, if false then all calls to Eyes work as usual.