Foundry Virtual Tabletop - API Documentation - Version 14
Preparing search index...
foundry
abstract
types
RecursiveFieldClearCallback
Type Alias RecursiveFieldClearCallback
RecursiveFieldClearCallback
:
(
data
:
object
,
fieldName
:
string
)
=>
void
Type Declaration
(
data
:
object
,
fieldName
:
string
)
:
void
Parameters
data
:
object
The (partial) Document data.
fieldName
:
string
The name of the field to clear.
Returns
void
Settings
Member Visibility
Protected
Inherited
Private
Internal
Theme
OS
Light
Dark
Foundry Virtual Tabletop - API Documentation - Version 14
Loading...
The (partial) Document data.