Interface: PluginHomePageActionsProps<EP, M, UserType, EC>
Props passed to the FireCMSPlugin.homePage.CollectionActions method. You can use it to add custom actions to the navigation card of each collection.
Type parameters
Name | Type |
---|---|
EP | extends object = object |
M | extends Record <string , any > = any |
UserType | extends User = User |
EC | extends EntityCollection <M > = EntityCollection <M > |
Properties
collection
• collection: EC
The collection configuration
Defined in
context
• context: FireCMSContext
<UserType
, AuthController
<UserType
>>
Context of the app status
Defined in
extraProps
• Optional
extraProps: EP
Defined in
path
• path: string
Collection path of this entity. This is the full path, like
users/1234/addresses