Function: canCreateEntity()
canCreateEntity<
M
,UserType
>(collection
,authController
,path
,entity
):boolean
Type Parameters​
• M extends Record
<string
, any
>
• UserType extends User
Parameters​
• collection: EntityCollection
<M
, any
>
• authController: AuthController
<UserType
>
• path: string
• entity: Entity
<M
>
Returns​
boolean