Optional apiOptional appAn array of methods to run on app initialization (before the page renders). Use this to initialize user sessions, initial data setup and validation etc. If any of these methods return false, the app will stop and not initialize.
Optional appComponent to render while the app is initializing. If the app fails to initialize, this will be displayed forever. Use this to show your app logo or similar while the app is loading.
Optional appName of the app (for use in logging and identification)
Optional blockList of pages (as blocks) that make up this template
Optional error500Component to render when a 500 error occurs (crash)
Optional errorTranslation method for handling error messages
Optional i18ni18n options to use for this template. Can be a blank object if using the default i18n options
Optional loggerLogger to use in the application
Optional navigationComponent to use for rendering navigation bars and sidebars
Optional notComponent to render when 404
Optional pageConfiguration for the page title
Optional themeTheme to use for this template. Can be a blank object if using the default theme
Optional toastConfiguration for app toast messages
Generated using TypeDoc
The onApiError callback to retry request or not