UNPKG

@itwin/presentation-common

Version:

Common pieces for iModel.js presentation packages

18 lines 853 B
/*--------------------------------------------------------------------------------------------- * 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 */ /** @internal */ export const PRESENTATION_IPC_CHANNEL_NAME = "itwinjs-presentation/ipc-interface"; /** @internal */ export var PresentationIpcEvents; (function (PresentationIpcEvents) { /** * ID of an event that's emitted when backend detects changes in presented data. */ PresentationIpcEvents["Update"] = "presentation.onUpdate"; })(PresentationIpcEvents || (PresentationIpcEvents = {})); //# sourceMappingURL=PresentationIpcInterface.js.map