@itwin/presentation-common
Version:
Common pieces for iModel.js presentation packages
16 lines • 642 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 Core
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.UPDATE_FULL = void 0;
/**
* A constant for indicating that a full update is required.
* @public
*/
exports.UPDATE_FULL = "FULL";
//# sourceMappingURL=Update.js.map