Optional
baseA named "base application" which generates an additional hook
Optional
classesAn 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.
Optional
heightThe default pixel height for the rendered HTML
Optional
idThe default CSS id to assign to the rendered HTML
Optional
leftThe default offset-left position for the rendered HTML
Optional
minimizableWhether the rendered application can be minimized (popOut only)
Optional
popWhether to display the application as a pop-out container
Optional
resizableWhether the rendered application can be drag-resized (popOut only)
Optional
scaleA transformation scale for the rendered HTML
Optional
scrollYA list of unique CSS selectors which target containers that should have their vertical scroll positions preserved during a re-render.
Optional
tabsAn array of tabbed container configurations which should be enabled for the application.
Optional
templateThe default HTML template path to render for this Application
Optional
titleA default window title string (popOut only)
Optional
topThe default offset-top position for the rendered HTML
Optional
widthThe 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.