Options
All
  • Public
  • Public/Protected
  • All
Menu

Define the allowed ownership levels for a Document. Each level is assigned a value in ascending order. Higher levels grant more permissions.

see

https://foundryvtt.com/article/users/

Index

Enumeration Members

INHERIT: number

The User inherits permissions from the parent Folder.

NONE: number

Restricts the associated Document so that it may not be seen by this User.

LIMITED: number

Allows the User to interact with the Document in basic ways, allowing them to see it in sidebars and see only limited aspects of its contents. The limits of this interaction are defined by the game system being used.

OBSERVER: number

Allows the User to view this Document as if they were owner, but prevents them from making any changes to it.

OWNER: number

Allows the User to view and make changes to the Document as its owner. Owned documents cannot be deleted by anyone other than a gamemaster level User.