Skip to main content
Version: 1.0.0

Interface: Permissions

Define the operations that can be performed in an entity.

Properties​

create​

• Optional create: boolean

Can the user add new entities. Defaults to true

Defined in​

models/permissions.ts:15


delete​

• Optional delete: boolean

Can the user delete entities. Defaults to true

Defined in​

models/permissions.ts:23


edit​

• Optional edit: boolean

Can the elements in this collection be edited. Defaults to true

Defined in​

models/permissions.ts:19