Foundry Virtual Tabletop - API Documentation - Version 14
Preparing search index...
CONFIG
DiceFulfillmentHandler
Type Alias DiceFulfillmentHandler
DiceFulfillmentHandler
:
(
term
:
DiceTerm
,
options
?:
object
,
)
=>
number
|
void
|
Promise
<
number
|
void
>
Type Declaration
(
term
:
DiceTerm
,
options
?:
object
)
:
number
|
void
|
Promise
<
number
|
void
>
Parameters
term
:
DiceTerm
The term being fulfilled.
Optional
options
:
object
Additional options to configure fulfillment.
Returns
number
|
void
|
Promise
<
number
|
void
>
Settings
Member Visibility
Protected
Inherited
Private
Internal
Theme
OS
Light
Dark
Foundry Virtual Tabletop - API Documentation - Version 14
Loading...
The term being fulfilled.