Optional
data: object = {}Initial item data
Optional
options: { Optional configuration
FormApplication options
Pack reference given to Item.create()
Parent reference given to Item.create()
Resolve callback
Array of types to limit the choices to.
The path to the HTML template file which should be used to render the inner content of the app
An Application window should define its own title definition logic which may be dynamic depending on its data
Static
defaultAssign the default options which are supported by the entity edit sheet.
The default options for this FormApplication class
This method is called upon form submission after form data is validated
The initial triggering submission event
The object of validated form data with which to update the object
A Promise which resolves once the update operation has completed
Static
wait
Derivate of Foundry's Item.createDialog() functionality.