Interface: NavigationBuilderProps<UserType>
Type parameters​
Name | Type |
---|---|
UserType | extends User = User |
Properties​
authController​
• authController: AuthController
<UserType
>
AuthController
Defined in​
dataSource​
• dataSource: DataSource
Connector to your database, e.g. your Firestore database
Defined in​
dateTimeFormat​
• Optional
dateTimeFormat: string
Format of the dates in the CMS. Defaults to 'MMMM dd, yyyy, HH:mm:ss'
Defined in​
locale​
• Optional
locale: Locale
Locale of the CMS, currently only affecting dates
Defined in​
storageSource​
• storageSource: StorageSource
Used storage implementation
Defined in​
user​
• user: null
| UserType
Logged in user or null