Applications are constructed by providing an object of configuration options.
Optional
options: {}Options used to configure the Application instance
(default: {}
)
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
_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
An application that lets the user configure performance-related settings.