Skip to main content
Version: 3.0.0-beta

Type Alias: EntityCustomView<M>

EntityCustomView<M>: object

You can use this builder to render a custom panel in the entity detail view. It gets rendered as a tab.

Type Parameters​

• M extends Record<string, any> = any

Type declaration​

Builder?​

optional Builder: React.ComponentType<EntityCustomViewParams<M>>

Builder for rendering the custom view

includeActions?​

optional includeActions: boolean

If set to true, the actions of the entity will be included in the bottom of the panel (save buttons, delete buttons, etc.)

key​

key: string

Key of this custom view.

name​

name: string

Name of this custom view.

Defined in​

packages/firecms_core/src/types/collections.ts:489

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