Files
firecms/website/docs/api/functions/cmsmainview.md
2021-06-06 13:36:47 +02:00

649 B

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
cmsmainview Function: CMSMainView CMSMainView 0 null

CMSMainView(props): Element

This is the main view of the CMS, it will display the login screen if the user is not authenticated or the main app otherwise.

It is in charge of displaying the navigation drawer, top bar and main collection views.

Parameters

Name Type
props CMSMainViewProps

Returns

Element

Defined in

CMSMainView.tsx:100