UNPKG

@itwin/presentation-common

Version:

Common pieces for iModel.js presentation packages

21 lines 1.03 kB
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ /** @packageDocumentation * @module Core */ Object.defineProperty(exports, "__esModule", { value: true }); exports.PresentationIpcEvents = exports.PRESENTATION_IPC_CHANNEL_NAME = void 0; /** @internal */ exports.PRESENTATION_IPC_CHANNEL_NAME = "itwinjs-presentation/ipc-interface"; /** @internal */ var PresentationIpcEvents; (function (PresentationIpcEvents) { /** * ID of an event that's emitted when backend detects changes in presented data. */ PresentationIpcEvents["Update"] = "presentation.onUpdate"; })(PresentationIpcEvents || (exports.PresentationIpcEvents = PresentationIpcEvents = {})); //# sourceMappingURL=PresentationIpcInterface.js.map