Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RouterAppProps<State, Actions>

Type parameters

  • State

  • Actions

Hierarchy

  • AppProps<State, Actions>
    • RouterAppProps

Index

Properties

actions

actions: ActionsType<State, Actions>

init

init: Init<State, Actions>

Optional mutable

mutable: undefined | false | true

Use mutable state, useful for high performance scenarios like graphics rendering, e.g. hydux-pixi

Optional onRender

onRender: undefined | function

Optional onUpdateStart

onUpdateStart: OnUpdateStart<State, Actions>

Optional onUpdated

onUpdated: OnUpdate<RouterState<State>, RouterActions<Actions>>

Optional subscribe

subscribe: Subscribe<State, Actions>

view

view: View<RouterState<State>, RouterActions<Actions>>

Generated using TypeDoc