Interface: Permissions
Define the operations that can be performed in a collection.
Properties
create
• Optional
create: boolean
Can the user add new entities. Defaults to true
Defined in
lib/src/types/permissions.ts:20
delete
• Optional
delete: boolean
Can the user delete entities. Defaults to true
Defined in
lib/src/types/permissions.ts:28
edit
• Optional
edit: boolean
Can the elements in this collection be edited. Defaults to true
Defined in
lib/src/types/permissions.ts:24
read
• Optional
read: boolean
Can the user see this collection.
If false
it will not show in the user's navigation
Defaults to true