All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.web-ui.ui-settings.js Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
//This is a Thymleaf template whill will be rendered by the backend
// eslint-disable-next-line no-unused-vars
var WebUI = {
  uiSettings: /*[[${uiSettings}]]*/ {},
  user: /*[[${user}]]*/ null,
  extensions: [],
  csrf: {
    parameterName: /*[[${_csrf} ? ${_csrf.parameterName} : 'null']]*/ null,
    headerName: /*[[${_csrf} ? ${_csrf.headerName} : 'null']]*/ null
  },
  use: function (ext) {
    this.extensions.push(ext);
  }
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy