Preparing search index...
The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 13
Foundry Virtual Tabletop - API Documentation - Version 13
foundry
ui
Variable ui
Const
ui
:
{
activeWindow
:
|
null
|
Application
|
ApplicationV2
<
ApplicationConfiguration
,
ApplicationRenderOptions
>
;
controls
:
SceneControls
;
hotbar
:
Hotbar
;
menu
:
MainMenu
;
nav
:
SceneNavigation
;
notifications
:
Notifications
;
pause
:
GamePause
;
players
:
Players
;
sidebar
:
Sidebar
;
windows
:
Record
<
string
,
Application
>
;
}
= ...
A collection of application instances
Type declaration
activeWindow
:
|
null
|
Application
|
ApplicationV2
<
ApplicationConfiguration
,
ApplicationRenderOptions
>
controls
:
SceneControls
hotbar
:
Hotbar
menu
:
MainMenu
nav
:
SceneNavigation
notifications
:
Notifications
pause
:
GamePause
players
:
Players
sidebar
:
Sidebar
windows
:
Record
<
string
,
Application
>
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
Foundry Virtual Tabletop - API Documentation - Version 13
Loading...
A collection of application instances