UNPKG

@itwin/core-backend

Version:
18 lines 883 B
"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 Elements */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ChannelControl = void 0; const Symbols_1 = require("./internal/Symbols"); /** @beta */ var ChannelControl; (function (ChannelControl) { /** the name of the special "shared" channel holding information that is editable by any application. */ ChannelControl.sharedChannelName = "shared"; })(ChannelControl || (exports.ChannelControl = ChannelControl = {})); //# sourceMappingURL=ChannelControl.js.map