Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RouteMeta<State, Actions>

Type parameters

  • State

  • Actions

Hierarchy

  • RouteMeta

Index

Properties

Optional action

action: ActionType<Location<any, any>, State, Actions>

children

children: RouteInfo<State, Actions>[]

Optional getComponent

getComponent: GetComp<State, Actions>

Optional label

label: undefined | string

parents

parents: RouteInfo<State, Actions>[]

path

path: string

Optional redirect

redirect: undefined | string

Generated using TypeDoc