@itwin/presentation-common
Version:
Common pieces for iModel.js presentation packages
14 lines • 594 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/no-deprecated */
/** @packageDocumentation
* @module Core
*/
/**
* A constant for indicating that a full update is required.
* @public
*/
export const UPDATE_FULL = "FULL";
//# sourceMappingURL=Update.js.map