FoundryVTT MCP Server Documentation - v0.9.2
Preparing search index...
foundry/types
FoundryMacro
Interface FoundryMacro
interface
FoundryMacro
{
_id
:
string
;
name
:
string
;
type
:
string
;
scope
:
string
;
command
:
string
;
img
?:
string
;
folder
?:
string
;
author
:
string
;
ownership
:
Record
<
string
,
number
>
;
}
Index
Properties
_
id
name
type
scope
command
img?
folder?
author
ownership
Properties
_
id
_id
:
string
name
name
:
string
type
type
:
string
scope
scope
:
string
command
command
:
string
Optional
img
img
?:
string
Optional
folder
folder
?:
string
author
author
:
string
ownership
ownership
:
Record
<
string
,
number
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
name
type
scope
command
img
folder
author
ownership
FoundryVTT MCP Server Documentation - v0.9.2
Loading...