Interface: PermissionsBuilderProps<M, UserType>
Props passed to a PermissionsBuilder
Type parameters​
Name | Type |
---|---|
M | extends Object |
UserType | User |
Properties​
authController​
• authController: AuthController
<UserType
>
Auth controller
Defined in​
context​
• context: FireCMSContext
<UserType
>
Context of the app status
Defined in​
entity​
• entity: null
| Entity
<M
>
Entity being edited, might be null if it is new
Defined in​
path​
• path: string
Collection path of this entity
Defined in​
user​
• user: null
| UserType
Logged in user