Constructor
new JournalSheet(entity, optionsopt)
- Source:
- Implements:
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
entity |
JournalEntry | The JournalEntry instance which is being edited |
|
options |
object |
<optional> |
Application options |
Members
(static) defaultOptions
- Source:
id
- Source:
- Overrides:
- Implements:
Return the CSS application ID which uniquely references this UI element
position :Object
- Source:
- Overrides:
- Implements:
Track the current position and dimensions of the Application UI
Type:
- Object
template :string
- Source:
- Overrides:
- Implements:
The path to the HTML template file which should be used to render the inner content of the app
Type:
- string
Methods
_getHeaderButtons()
- Source:
- Implements:
(async) _onShowPlayers(event)
- Source:
Handle requests to show the referenced Journal Entry to other Users Save the form before triggering the show request, in case content has changed
Parameters:
Name | Type | Description |
---|---|---|
event |
Event | The triggering click event |
(async) _onSwapMode(event, mode)
- Source:
Handle requests to switch the rendered mode of the Journal Entry sheet Save the form before triggering the show request, in case content has changed
Parameters:
Name | Type | Description |
---|---|---|
event |
Event | The triggering click event |
mode |
string | The journal mode to display |