@grafana/faro-core
Version:
Core package of Faro.
8 lines • 420 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.USER_ACTION_HALT = exports.USER_ACTION_CANCEL = exports.USER_ACTION_END = exports.USER_ACTION_START = void 0;
exports.USER_ACTION_START = 'user-action-start';
exports.USER_ACTION_END = 'user-action-end';
exports.USER_ACTION_CANCEL = 'user-action-cancel';
exports.USER_ACTION_HALT = 'user-action-halt';
//# sourceMappingURL=const.js.map