Documentation / @zerotal/admin / index / Permission
Interface: Permission
Defined in: admin/src/roles.ts:30
One thing a role may be permitted to do.
Properties
key
key:
string
Defined in: admin/src/roles.ts:32
products.update — what a can() check would be asked.
label
label:
string
Defined in: admin/src/roles.ts:34
Human label for the matrix cell's row.
group
group:
string
Defined in: admin/src/roles.ts:36
Which resource or page this belongs to, for grouping the matrix.