Optionaloptions: {}Options used to configure the Application instance
(default: {})
StaticDEFAULT_StaticPARTSIs this script editable by the current User? This is governed by the editPermission threshold configured for the class.
InternalThe event handler for changes to form input elements
The configuration of the form being changed
The triggering event
Protected_Prepare context that is specific to only a single rendered part.
It is recommended to augment or mutate the shared context so that downstream methods like _onRender have visibility into the data that was used for rendering. It is acceptable to return a different context object rather than mutating the shared context at the expense of this transparency.
The part being rendered
Shared context provided by _prepareContext
Options which configure application rendering behavior
Context data for a specific part
Partial copy of DocumentSheetV2#_renderFrame contents
Synced with Foundry v13.348
Protected_ProtectedDisable or reenable all form fields in this application.
Should the fields be disabled?
Static_Staticwait
Applications are constructed by providing an object of configuration options.