Type alias: LocationChangeCallback
Ƭ LocationChangeCallback: (location
: Location
, context
: { i18n
: I18n
; settings
: AppSettings
}) => void
Type declaration
▸ (location
, context
): void
Parameters
Name | Type |
---|---|
location | Location |
context | Object |
context.i18n | I18n |
context.settings | AppSettings |
Returns
void
Defined in
onekijs/packages/onekijs-framework/src/types/router.ts:53