UNPKG

@itwin/presentation-common

Version:

Common pieces for iModel.js presentation packages

17 lines 696 B
"use strict"; /*--------------------------------------------------------------------------------------------- * 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 */ 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