@itwin/core-backend
Version:
iTwin.js backend components
15 lines • 786 B
JavaScript
/*---------------------------------------------------------------------------------------------
* 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