@itwin/presentation-frontend
Version:
Frontend of iModel.js Presentation library
17 lines • 993 B
JavaScript
;
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/* eslint-disable @typescript-eslint/naming-convention */
/** @packageDocumentation
* @module Core
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports._presentation_manager_ipcRequestsHandler = exports._presentation_manager_rpcRequestsHandler = void 0;
function sym(name) {
return `${name}_presentation-frontend_INTERNAL_ONLY_DO_NOT_USE`;
}
exports._presentation_manager_rpcRequestsHandler = Symbol.for(sym("presentation_manager_rpcRequestsHandler"));
exports._presentation_manager_ipcRequestsHandler = Symbol.for(sym("presentation_manager_ipcRequestsHandler"));
//# sourceMappingURL=InternalSymbols.js.map