Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppProps<State, Actions>

Type parameters

  • State

  • Actions

Hierarchy

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<State, Actions>

Optional subscribe

subscribe: Subscribe<State, Actions>

view

view: View<State, Actions>

Generated using TypeDoc