Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

LocationPushPayload: { deleted?: boolean | false; params?: unknown }
params

deleted - deleted Check if want to destroy current screen before move to next screen

params

params - screen params

Type declaration

  • Optional deleted?: boolean | false
  • Optional params?: unknown

Variables

ERROR_UNDEFINED_CONTEXT: "Must be used in provider" = "Must be used in provider"
LocationContext: Context<LocationContextObject> = ...
NOT_FOUND_CONTEXT_SCREEN: "NOT_FOUND_CONTEXT_SCREEN" = "NOT_FOUND_CONTEXT_SCREEN"
RouterContext: Context<RouterContextObject> = ...

Functions

  • description

    Location context

    description

    Handle actions related to screens

    Returns LocationContextObject

  • description

    Router context

    description

    Contains screens and screen status

    Returns RouterContextObject

Generated using TypeDoc