@itwin/appui-abstract
Version:
iTwin.js UI abstractions
19 lines • 902 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 Utilities
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.UiEvent = void 0;
const core_bentley_1 = require("@itwin/core-bentley");
/** iTwin.js UI UiEvent class is a subclass of BeEvent with argument type safety.
* @public
* @deprecated in 4.2 - will not be removed until after 2026-06-13. This type is a duplicate of [[BeUiEvent]], which should be used instead.
*/
class UiEvent extends core_bentley_1.BeUiEvent {
}
exports.UiEvent = UiEvent;
//# sourceMappingURL=UiEvent.js.map