OptionalbaseA named "base application" which generates an additional hook
OptionalclassesAn array of CSS string classes to apply to the rendered HTML
An array of CSS selectors for configuring the application's foundry.applications.ux.DragDrop behaviour.
An array of foundry.applications.ux.SearchFilter configuration objects.
OptionalheightThe default pixel height for the rendered HTML
OptionalidThe default CSS id to assign to the rendered HTML
OptionalleftThe default offset-left position for the rendered HTML
OptionalminimizableWhether the rendered application can be minimized (popOut only)
OptionalpopWhether to display the application as a pop-out container
OptionalresizableWhether the rendered application can be drag-resized (popOut only)
OptionalscaleA transformation scale for the rendered HTML
OptionalscrollYA list of unique CSS selectors which target containers that should have their vertical scroll positions preserved during a re-render.
OptionaltabsAn array of tabbed container configurations which should be enabled for the application.
OptionaltemplateThe default HTML template path to render for this Application
OptionaltitleA default window title string (popOut only)
OptionaltopThe default offset-top position for the rendered HTML
OptionalwidthThe default pixel width for the rendered HTML
Configuration options which control how the application is rendered. Application subclasses may add additional supported options, but these base configurations are supported for all Applications. The values passed to the constructor are combined with the defaultOptions defined at the class level.