PluginHomePageActionsProps
@firecms/core / PluginHomePageActionsProps
Interface: PluginHomePageActionsProps<EP, M, USER, EC>
Section titled “Interface: PluginHomePageActionsProps<EP, M, USER, EC>”Defined in: types/plugins.tsx:211
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
Section titled “Type Parameters”EP extends object = object
M extends Record<string, any> = any
EC extends EntityCollection<M> = EntityCollection<M>
Properties
Section titled “Properties”collection
Section titled “collection”collection:
EC
Defined in: types/plugins.tsx:221
The collection configuration
context
Section titled “context”context:
FireCMSContext<USER>
Defined in: types/plugins.tsx:226
Context of the app status
extraProps?
Section titled “extraProps?”
optionalextraProps:EP
Defined in: types/plugins.tsx:228
path:
string
Defined in: types/plugins.tsx:216
Collection path of this entity. This is the full path, like
users/1234/addresses