@solidgate/client-sdk-loader
Version:
Solidgate client sdk loader
13 lines (12 loc) • 476 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var InteractionType;
(function (InteractionType) {
InteractionType["Click"] = "click";
InteractionType["PageClose"] = "pageClose";
InteractionType["ResetRequested"] = "resetRequested";
InteractionType["Focus"] = "focus";
InteractionType["Blur"] = "blur";
InteractionType["Change"] = "change";
})(InteractionType || (InteractionType = {}));
exports.default = InteractionType;