UNPKG

@tindtechnologies/universalviewer

Version:

The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎

33 lines 2.5 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AlephExtensionEvents = void 0; var AlephExtensionEvents = /** @class */ (function () { function AlephExtensionEvents() { } AlephExtensionEvents.namespace = "alephExtension."; AlephExtensionEvents.BOUNDING_BOX_ENABLED_CHANGE = AlephExtensionEvents.namespace + "boundingBoxEnabledChange"; AlephExtensionEvents.CLEAR_GRAPH = AlephExtensionEvents.namespace + "clearGraph"; AlephExtensionEvents.CONTROLS_TYPE_CHANGE = AlephExtensionEvents.namespace + "controlsTypeChange"; AlephExtensionEvents.DELETE_ANGLE = AlephExtensionEvents.namespace + "deleteAngle"; AlephExtensionEvents.DELETE_EDGE = AlephExtensionEvents.namespace + "deleteEdge"; AlephExtensionEvents.DELETE_NODE = AlephExtensionEvents.namespace + "deleteNode"; AlephExtensionEvents.DISPLAY_MODE_CHANGE = AlephExtensionEvents.namespace + "displayModeChange"; AlephExtensionEvents.GRAPH_ENABLED_CHANGE = AlephExtensionEvents.namespace + "graphEnabledChangedChange"; AlephExtensionEvents.LOADED = AlephExtensionEvents.namespace + "loaded"; AlephExtensionEvents.ORIENTATION_CHANGE = AlephExtensionEvents.namespace + "orientationChange"; AlephExtensionEvents.RECENTER = AlephExtensionEvents.namespace + "recenter"; AlephExtensionEvents.SELECT_NODE = AlephExtensionEvents.namespace + "selectNode"; AlephExtensionEvents.SET_GRAPH = AlephExtensionEvents.namespace + "setGraph"; AlephExtensionEvents.SET_NODE = AlephExtensionEvents.namespace + "setNode"; AlephExtensionEvents.SLICES_INDEX_CHANGE = AlephExtensionEvents.namespace + "slicesIndexChange"; AlephExtensionEvents.SLICES_BRIGHTNESS_CHANGE = AlephExtensionEvents.namespace + "slicesBrightnessChange"; AlephExtensionEvents.SLICES_CONTRAST_CHANGE = AlephExtensionEvents.namespace + "slicesWindowWidthChange"; AlephExtensionEvents.UNITS_CHANGE = AlephExtensionEvents.namespace + "unitsChange"; AlephExtensionEvents.VIEWER_CHANGE = AlephExtensionEvents.namespace + "viewerChange"; AlephExtensionEvents.VOLUME_STEPS_CHANGE = AlephExtensionEvents.namespace + "volumeStepsChange"; AlephExtensionEvents.VOLUME_BRIGHTNESS_CHANGE = AlephExtensionEvents.namespace + "volumeBrightnessChange"; AlephExtensionEvents.VOLUME_CONTRAST_CHANGE = AlephExtensionEvents.namespace + "volumeContrastChange"; return AlephExtensionEvents; }()); exports.AlephExtensionEvents = AlephExtensionEvents; //# sourceMappingURL=Events.js.map