Optional
options: Partial<FormApplicationOptions>Additional options which modify the rendering of the sheet.
(default: {}
)
Internal
_activeStatic
Internal
EDIT_Which fields to track edits for
Return the CSS application ID which uniquely references this UI element
Copy from core DocumentSheet#isEditable
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
Protected
_onUsed to call _createDocumentIdLink
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
Render the Application by evaluating it's HTML template against the object of data provided by the getData method If the Application is rendered as a pop-out window, wrap the contained HTML in an outer frame with window controls
The rendered Application instance
Some object or entity which is the target to be updated.