UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

10 lines 690 B
export var UpdateStatus; (function (UpdateStatus) { /** The remote scripting method has been completed (or was not run yet), and you can freely get return value or exception details. */ UpdateStatus[UpdateStatus["ready"] = 0] = "ready"; /** The control updates a portion of image it displays (e.g. when user zoomed or scrolled it). The bitmap state is not changed while status is "refresh". */ UpdateStatus[UpdateStatus["refresh"] = 1] = "refresh"; /** The remote scripting method is running (the bitmap state is changing). */ UpdateStatus[UpdateStatus["busy"] = 2] = "busy"; })(UpdateStatus || (UpdateStatus = {})); //# sourceMappingURL=UpdateStatus.js.map