Preparing search index...
The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 13
Foundry Virtual Tabletop - API Documentation - Version 13
foundry
types
WorldCompendiumPackConfiguration
Interface WorldCompendiumPackConfiguration
interface
WorldCompendiumPackConfiguration
{
folder
:
null
|
string
;
locked
?:
boolean
;
ownership
:
Record
<
"PLAYER"
|
"TRUSTED"
|
"ASSISTANT"
|
"GAMEMASTER"
,
"INHERIT"
|
"NONE"
|
"LIMITED"
|
"OBSERVER"
|
"OWNER"
,
>
;
sort
?:
number
;
}
Index
Properties
folder
locked?
ownership
sort?
Properties
folder
folder
:
null
|
string
Optional
locked
locked
?:
boolean
ownership
ownership
:
Record
<
"PLAYER"
|
"TRUSTED"
|
"ASSISTANT"
|
"GAMEMASTER"
,
"INHERIT"
|
"NONE"
|
"LIMITED"
|
"OBSERVER"
|
"OWNER"
,
>
Optional
sort
sort
?:
number
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
folder
locked
ownership
sort
Foundry Virtual Tabletop - API Documentation - Version 13
Loading...