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
Part ID
Context
Protected
#onProtected
Filter the list of sources based on the search query (name or ID).
The originating change event.
The search query.
The search regex.
The content element.
Static
_Internal
The event handler that is fired when the form is reset to its original values
The triggering event
Protected
Static
_Protected
Select / Unselect all sources.
The originating click event
the capturing HTML element which defined a [data-action]
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 select the sources that are allowed to be imported into the game.