Preparing search index...
The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 13
Foundry Virtual Tabletop - API Documentation - Version 13
foundry
SceneControlsActivationChange
Interface SceneControlsActivationChange
The data structure provided to the
SceneControl#onChange
callback.
interface
SceneControlsActivationChange
{
controlChange
:
string
;
event
:
Event
;
toggleChanges
:
Record
<
string
,
boolean
>
;
toolChange
:
string
;
}
Index
Properties
control
Change
event
toggle
Changes
tool
Change
Properties
control
Change
controlChange
:
string
event
event
:
Event
toggle
Changes
toggleChanges
:
Record
<
string
,
boolean
>
tool
Change
toolChange
:
string
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
control
Change
event
toggle
Changes
tool
Change
Foundry Virtual Tabletop - API Documentation - Version 13
Loading...
The data structure provided to the SceneControl#onChange callback.