Constructor
new ActiveEffectConfig(object, optionsopt)
- Source:
- Implements:
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
object |
ActiveEffect | The target active effect being configured |
|
options |
object |
<optional> |
Additional options which modify this application instance |
Members
(static) defaultOptions
- Source:
title :string
- Source:
- Overrides:
- Implements:
An Application window should define its own title definition logic which may be dynamic depending on its data
Type:
- string
Methods
(async) _updateObject(event, formData) → {Promise}
- Source:
- Implements:
This method is called upon form submission after form data is validated
Parameters:
Name | Type | Description |
---|---|---|
event |
Event | The initial triggering submission event |
formData |
Object | The object of validated form data with which to update the object |
Returns:
A Promise which resolves once the update operation has completed
- Type
- Promise
activateListeners(html)
- Source:
- Overrides:
- Implements:
Activate the default set of listeners for the Entity sheet These listeners handle basic stuff like form submission or updating images
Parameters:
Name | Type | Description |
---|---|---|
html |
JQuery | The rendered template ready to have listeners attached |