FoundryVTT MCP Server Documentation - v0.9.2
Preparing search index...
foundry/types
FoundryJournal
Interface FoundryJournal
interface
FoundryJournal
{
_id
:
string
;
name
:
string
;
content
:
string
;
img
?:
string
;
folder
?:
string
;
permission
:
Record
<
string
,
number
>
;
pages
?:
{
name
:
string
;
type
:
string
;
title
:
string
;
content
?:
string
;
src
?:
string
;
}
[]
;
}
Index
Properties
_
id
name
content
img?
folder?
permission
pages?
Properties
_
id
_id
:
string
name
name
:
string
content
content
:
string
Optional
img
img
?:
string
Optional
folder
folder
?:
string
permission
permission
:
Record
<
string
,
number
>
Optional
pages
pages
?:
{
name
:
string
;
type
:
string
;
title
:
string
;
content
?:
string
;
src
?:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
name
content
img
folder
permission
pages
FoundryVTT MCP Server Documentation - v0.9.2
Loading...