Body, Mind & Soul — API Reference
Preparing search index...
apps/damage-log
default
Class default
A dialog showing the NPC damage log with a clear button.
Hierarchy
any
default
Index
Constructors
constructor
Properties
document
DEFAULT_
OPTIONS
PARTS
Methods
_
prepare
Context
_
on
Clear
Log
Constructors
constructor
new
default
(
options
?:
{}
)
:
default
Parameters
options
:
{}
= {}
Returns
default
Properties
document
document
:
any
Static
DEFAULT_
OPTIONS
DEFAULT_OPTIONS
:
{
actions
:
{
clearLog
:
(
event
:
any
,
target
:
any
)
=>
Promise
<
void
>
}
;
classes
:
string
[]
;
position
:
{
height
:
number
;
width
:
number
}
;
tag
:
string
;
window
:
{
icon
:
string
;
resizable
:
boolean
;
title
:
string
}
;
}
= ...
Static
PARTS
PARTS
:
{
log
:
{
scrollable
:
string
[]
;
template
:
string
}
}
= ...
Methods
_
prepare
Context
_prepareContext
(
options
:
any
)
:
Promise
<
any
>
Parameters
options
:
any
Returns
Promise
<
any
>
Static
_
on
Clear
Log
_onClearLog
(
event
:
any
,
target
:
any
)
:
Promise
<
void
>
Parameters
event
:
any
target
:
any
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
document
DEFAULT_
OPTIONS
PARTS
Methods
_
prepare
Context
_
on
Clear
Log
Body, Mind & Soul — API Reference
Loading...
A dialog showing the NPC damage log with a clear button.