class WebContextOptions
A class that contains configuration options for the web handler.
class WebContextOptions;
Notes
- Set options in the configuration callback passed to useWebContext().
- Visual appearance (colors, icons, styles) is configured through WebTheme and setWebTheme().
Instance members
basePath
The application base path.useHistoryAPI
The navigation mode for the application.insertHistory
The history insertion mode for direct navigation to pages or detail paths.importCSS
A list of URLs for external CSS files to import.dialogEffect
The animation effect used for dialog containers.menuEffect
The animation effect used for menu container.modalViews
A set of functions that return view builders used by modal views.viewportColumnWidth
The viewport column width in pixels.viewportRowHeight
The viewport row height in pixels.missedFrameTime
The fallback frame render interval in milliseconds.
