Skip to content

PluginHomePageActionsProps

@firecms/core


@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.

EP extends object = object

M extends Record<string, any> = any

USER extends User = User

EC extends EntityCollection<M> = EntityCollection<M>

collection: EC

Defined in: types/plugins.tsx:221

The collection configuration


context: FireCMSContext<USER>

Defined in: types/plugins.tsx:226

Context of the app status


optional extraProps: 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