Interface: ExtraActionsParams<M, UserType>
Parameter passed to the extraActions
builder in the collection configuration
Type parameters​
Name | Type |
---|---|
M | extends Record <string , any > = any |
UserType | extends User = User |
Properties​
collection​
• collection: EntityCollection
<M
, string
, User
>
The collection configuration
Defined in​
lib/src/models/collections.ts:235
context​
• context: FireCMSContext
<UserType
, AuthController
<UserType
>>
Context of the app status
Defined in​
lib/src/models/collections.ts:246
path​
• path: string
Collection path of this entity
Defined in​
lib/src/models/collections.ts:230
selectionController​
• selectionController: SelectionController
<M
>
Use this controller to get the selected entities and to update the selected entities state