Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Context<State, Actions, RenderReturn>

Type parameters

  • State

  • Actions

  • RenderReturn

Hierarchy

  • Context

Index

Properties

actions

actions: Actions

init

init: Init<State, Actions>

Optional onRender

onRender: undefined | function

Optional onUpdateStart

onUpdateStart: OnUpdateStart<State, Actions>

Optional onUpdated

onUpdated: OnUpdate<State, Actions>

patch

patch: Patch

Patch a component in runtime, used for code-splitting

state

state: State

Optional subscribe

subscribe: Subscribe<State, Actions>

view

view: View<State, Actions>

Methods

render

  • render(state?: State): RenderReturn

Generated using TypeDoc