Skip to content

CMSView

@firecms/core


@firecms/core / CMSView

Defined in: types/navigation.ts:185

Custom additional views created by the developer, added to the main navigation.

optional description: string

Defined in: types/navigation.ts:200

Optional description of this view. You can use Markdown


optional group: string

Defined in: types/navigation.ts:228

Optional field used to group top level navigation entries under a navigation view. This prop is ignored for admin views.


optional hideFromNavigation: boolean

Defined in: types/navigation.ts:215

Should this view be hidden from the main navigation panel. It will still be accessible if you reach the specified path


optional icon: ReactNode

Defined in: types/navigation.ts:209

Icon key to use in this view. You can use any of the icons in the Material specs: https://fonts.google.com/icons e.g. ‘account_tree’ or ‘person’ Find all the icons in https://firecms.co/docs/icons


name: string

Defined in: types/navigation.ts:195

Name of this view


path: string

Defined in: types/navigation.ts:190

CMS Path you can reach this view from.


view: ReactNode

Defined in: types/navigation.ts:221

Component to be rendered. This can be any React component, and can use any of the provided hooks