Skip to main content
Version: 3.0.0-beta

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​

• 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​

packages/firecms_core/src/types/plugins.tsx:179


context​

context: FireCMSContext<UserType>

Context of the app status

Defined in​

packages/firecms_core/src/types/plugins.tsx:184


extraProps?​

optional extraProps: EP

Defined in​

packages/firecms_core/src/types/plugins.tsx:186


path​

path: string

Collection path of this entity. This is the full path, like users/1234/addresses

Defined in​

packages/firecms_core/src/types/plugins.tsx:174

Sign up to our newsletter to get the latest news and updates. No spam!