FoundryVTT MCP Server Documentation - v1.5.3
Preparing search index...
foundry/types
WorldJournal
Interface WorldJournal
Raw journal entry from worldData.
interface
WorldJournal
{
_id
:
string
;
name
:
string
;
pages
?:
{
_id
:
string
;
name
:
string
;
type
:
string
;
title
?:
{
show
:
boolean
;
level
:
number
}
;
text
?:
{
content
:
string
;
format
:
number
}
;
image
?:
Record
<
string
,
unknown
>
;
video
?:
Record
<
string
,
unknown
>
;
src
?:
string
;
sort
?:
number
;
}
[]
;
folder
?:
string
|
null
;
sort
?:
number
;
ownership
?:
Record
<
string
,
number
>
;
flags
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
_
id
name
pages?
folder?
sort?
ownership?
flags?
Properties
_
id
_id
:
string
name
name
:
string
Optional
pages
pages
?:
{
_id
:
string
;
name
:
string
;
type
:
string
;
title
?:
{
show
:
boolean
;
level
:
number
}
;
text
?:
{
content
:
string
;
format
:
number
}
;
image
?:
Record
<
string
,
unknown
>
;
video
?:
Record
<
string
,
unknown
>
;
src
?:
string
;
sort
?:
number
;
}
[]
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
pages
folder
sort
ownership
flags
FoundryVTT MCP Server Documentation - v1.5.3
Loading...
Raw journal entry from worldData.