FoundryVTT MCP Server Documentation - v0.9.2
Preparing search index...
foundry/types
FoundryPlaylist
Interface FoundryPlaylist
interface
FoundryPlaylist
{
_id
:
string
;
name
:
string
;
description
?:
string
;
mode
:
number
;
playing
:
boolean
;
fade
:
number
;
folder
?:
string
;
sounds
:
{
_id
:
string
;
name
:
string
;
path
:
string
;
playing
:
boolean
;
repeat
:
boolean
;
volume
:
number
;
fade
:
number
;
}
[]
;
}
Index
Properties
_
id
name
description?
mode
playing
fade
folder?
sounds
Properties
_
id
_id
:
string
name
name
:
string
Optional
description
description
?:
string
mode
mode
:
number
playing
playing
:
boolean
fade
fade
:
number
Optional
folder
folder
?:
string
sounds
sounds
:
{
_id
:
string
;
name
:
string
;
path
:
string
;
playing
:
boolean
;
repeat
:
boolean
;
volume
:
number
;
fade
:
number
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
name
description
mode
playing
fade
folder
sounds
FoundryVTT MCP Server Documentation - v0.9.2
Loading...