Address
:
[Go to site:
main page
,
start
]
Usuń skrypty
Akceptuj cookies
Pokaż obrazy
Użyj Referer
Rotate13
Base64
Usu meta tagi
Usuń tytuł srony
Sesja cookies
Foundry Virtual Tabletop - API Documentation - Version 14
Preparing search index...
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
Private
Internal
Theme
OS
Light
Dark
On This Page
Properties
control
Change
event
toggle
Changes
tool
Change
Foundry Virtual Tabletop - API Documentation - Version 14
Loading...
The data structure provided to the SceneControl#onChange callback.