FoundryVTT MCP Server Documentation - v1.5.3
Preparing search index...
foundry/types
WorldItem
Interface WorldItem
Raw item document from worldData.
interface
WorldItem
{
_id
:
string
;
name
:
string
;
type
:
string
;
img
?:
string
;
system
:
Record
<
string
,
unknown
>
;
effects
?:
WorldEffect
[]
;
folder
?:
string
|
null
;
sort
?:
number
;
ownership
?:
Record
<
string
,
number
>
;
flags
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
_
id
name
type
img?
system
effects?
folder?
sort?
ownership?
flags?
Properties
_
id
_id
:
string
name
name
:
string
type
type
:
string
Optional
img
img
?:
string
system
system
:
Record
<
string
,
unknown
>
Optional
effects
effects
?:
WorldEffect
[]
Optional
folder
folder
?:
string
|
null
Optional
sort
sort
?:
number
Optional
ownership
ownership
?:
Record
<
string
,
number
>
Optional
flags
flags
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
name
type
img
system
effects
folder
sort
ownership
flags
FoundryVTT MCP Server Documentation - v1.5.3
Loading...
Raw item document from worldData.