Skip to main content

Interface: NavigationBuilderProps<UserType>

Type parameters​

NameType
UserTypeextends User = User

Properties​

authController​

• authController: AuthController<UserType>

AuthController

Defined in​

models/navigation.ts:31


dataSource​

• dataSource: DataSource

Connector to your database, e.g. your Firestore database

Defined in​

models/navigation.ts:47


dateTimeFormat​

• Optional dateTimeFormat: string

Format of the dates in the CMS. Defaults to 'MMMM dd, yyyy, HH:mm:ss'

Defined in​

models/navigation.ts:37


locale​

• Optional locale: Locale

Locale of the CMS, currently only affecting dates

Defined in​

models/navigation.ts:42


storageSource​

• storageSource: StorageSource

Used storage implementation

Defined in​

models/navigation.ts:52


user​

• user: null | UserType

Logged in user or null

Defined in​

models/navigation.ts:26