Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InjectContext<S, A>

Type parameters

  • S

  • A

Hierarchy

  • InjectContext

Index

Properties

Properties

Cmd

Cmd: CmdHelper<S, A>

actions

actions: A

setState

setState: function

Type declaration

    • (state: Partial<S>): void
    • Parameters

      • state: Partial<S>

      Returns void

state

state: S

Generated using TypeDoc