CMSView
@firecms/core / CMSView
Interface: CMSView
Section titled “Interface: CMSView”Defined in: types/navigation.ts:185
Custom additional views created by the developer, added to the main navigation.
Properties
Section titled “Properties”description?
Section titled “description?”
optionaldescription:string
Defined in: types/navigation.ts:200
Optional description of this view. You can use Markdown
group?
Section titled “group?”
optionalgroup: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.
hideFromNavigation?
Section titled “hideFromNavigation?”
optionalhideFromNavigation: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
optionalicon: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