UNPKG

@itwin/core-backend

Version:
15 lines 786 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 Elements */ import { _implementationProhibited, _verifyChannel } from "./internal/Symbols"; /** @beta */ export var ChannelControl; (function (ChannelControl) { /** the name of the special "shared" channel holding information that is editable by any application. */ ChannelControl.sharedChannelName = "shared"; })(ChannelControl || (ChannelControl = {})); //# sourceMappingURL=ChannelControl.js.map