@itwin/presentation-components
Version:
React components based on iTwin.js Presentation library
22 lines • 1.03 kB
JavaScript
;
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.getFavoritesCategory = exports.FAVORITES_CATEGORY_NAME = void 0;
const Utils_js_1 = require("../common/Utils.js");
/** @internal */
exports.FAVORITES_CATEGORY_NAME = "Favorite";
/** @internal */
const getFavoritesCategory = () => {
return {
name: exports.FAVORITES_CATEGORY_NAME,
label: (0, Utils_js_1.translate)("categories.favorite.label"),
description: (0, Utils_js_1.translate)("categories.favorite.description"),
priority: Number.MAX_VALUE,
expand: true,
};
};
exports.getFavoritesCategory = getFavoritesCategory;
//# sourceMappingURL=Utils.js.map