NavigationAction: Readonly<{
    payload?: object;
    source?: string;
    target?: string;
    type: string;
}>

Type declaration

  • Optional payload?: object

    Additional data for the action

  • Optional source?: string

    Key of the route which dispatched this action.

  • Optional target?: string

    Key of the navigator which should handle this action.

  • type: string

    Type of the action (e.g. NAVIGATE)