UNPKG

@itwin/presentation-common

Version:

Common pieces for iModel.js presentation packages

13 lines 540 B
/*--------------------------------------------------------------------------------------------- * 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 */ /** * A constant for indicating that a full update is required. * @public */ export const UPDATE_FULL = "FULL"; //# sourceMappingURL=Update.js.map