FoundryVTT MCP Server Documentation - v0.9.2
Preparing search index...
foundry/types
FoundryUser
Interface FoundryUser
interface
FoundryUser
{
_id
:
string
;
name
:
string
;
role
:
number
;
active
:
boolean
;
color
:
string
;
avatar
?:
string
;
character
?:
string
;
permissions
:
Record
<
string
,
boolean
>
;
}
Index
Properties
_
id
name
role
active
color
avatar?
character?
permissions
Properties
_
id
_id
:
string
name
name
:
string
role
role
:
number
active
active
:
boolean
color
color
:
string
Optional
avatar
avatar
?:
string
Optional
character
character
?:
string
permissions
permissions
:
Record
<
string
,
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
name
role
active
color
avatar
character
permissions
FoundryVTT MCP Server Documentation - v0.9.2
Loading...