Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
StatusEffectStackOptions
Interface StatusEffectStackOptions
interface
StatusEffectStackOptions
{
onApply
?:
(
e
:
ActiveEffect
,
result
:
ApplyResult
)
=>
void
;
onExpire
?:
(
e
:
ActiveEffect
,
reason
:
"expired"
|
"cleared"
|
"removed"
,
)
=>
void
;
}
Index
Properties
on
Apply?
on
Expire?
Properties
Optional
on
Apply
onApply
?:
(
e
:
ActiveEffect
,
result
:
ApplyResult
)
=>
void
Optional
on
Expire
onExpire
?:
(
e
:
ActiveEffect
,
reason
:
"expired"
|
"cleared"
|
"removed"
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Apply
on
Expire
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...