universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
21 lines • 667 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Events = void 0;
var Events = /** @class */ (function () {
function Events() {
}
Events.CONFIGURE = "configure";
Events.CREATED = "created";
Events.DROP = "drop";
Events.ERROR = "error";
Events.EXIT_FULLSCREEN = "exitFullScreen";
Events.EXTERNAL_RESOURCE_OPENED = "externalResourceOpened";
Events.LOAD = "load";
Events.LOAD_FAILED = "loadFailed";
Events.RELOAD = "reload";
Events.RESIZE = "resize";
Events.TOGGLE_FULLSCREEN = "toggleFullScreen";
return Events;
}());
exports.Events = Events;
//# sourceMappingURL=Events.js.map