The information in this topic may be out of date. The current SDK reference guide has moved here.

setIsDisabled method

Class: EyesPlatform: ImagesLanguage: JavaScript SDK:

Use this method to set whether or not interactions with Eyes will be silently ignored.

Syntax

eyes.setIsDisabled(isDisabled);

Parameters

isDisabled
Type:boolean
If this has a value of true then all method calls to the SDK are ignored. Otherwise, all methods work as usual.

Return value

Type: