Applications are constructed by providing an object of configuration options.
Optional
options: {}Options used to configure the Application instance
(default: {}
)
If this Application uses tabbed navigation groups, this mapping is updated whenever the changeTab method is called.
Reports the active tab for each group, with a value of null
indicating no tab is active.
Subclasses may override this property to define default tabs for each group.
Static
DEFAULT_Static
PARTSConfigure a registry of template parts which are supported for this application for partial rendering.
Static
settingsInitialize the configuration for this application. Override the default ID to be unique to this settings app instance and tack on extra class.
The provided configuration options for the Application
The final configuration values for the application
Internal
The event handler for changes to form input elements
The configuration of the form being changed
The triggering event
Protected
_Protected
Static
_Internal
The event handler that is fired when the form is reset to its original values
The triggering event
Static
_Internal
Update the game settings with the new configuration
The originating form submission event
The form element that was submitted
Processed data for the submitted form
The form data in object form
A generic application to render a settings modal.