cloud-ide-lms-model
Version:
Package for Model management of Cloud IDEsys LMS
26 lines (25 loc) • 899 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.designConfigRoutesUrl = void 0;
const designConfigRoutesUrl = {
module: 'design-config',
/**
* @description Endpoint to get page details (page)
* for more details refer {@link https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1&tab=t.0#bookmark=id.qbwilgqdw9a2}
*/
getPageData: "page",
/**
* this will return the user specific design, else org
*/
getSystemTheme: "system-theme",
/**
* this will return the system theme list for the application
*/
getSystemThemesList: "system-themes-list",
/**
* this will save the user specific theme
*/
systemThemeUserPreferences: "system-theme-user-preferences"
};
exports.designConfigRoutesUrl = designConfigRoutesUrl;
Object.freeze(designConfigRoutesUrl);