Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StateAccessor<TState>

Type parameters

  • TState

Hierarchy

  • StateAccessor

Callable

  • StateAccessor(reducer: (prev: TState) => TState): void
  • StateAccessor(): TState
  • StateAccessor(value: TState): void

Index

Properties

Properties

modifier: Effect<any, [], void>
value: TState

Generated using TypeDoc