Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StateHookBinding<T>

The binding between a state and a list of hook handlers

Type parameters

  • T

Hierarchy

  • StateHookBinding

Index

Constructors

Properties

Constructors

constructor

Properties

handlers

handlers: Array<StateHookConfig<T>>

The list of handlers for this state

state

state: T

The state for this hook

Generated using TypeDoc