Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OneTimeEvent<States>

Type parameters

  • States: {}

Hierarchy

  • OneTimeEvent

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private Readonly #store

#store: States

Methods

emit

  • emit(name: keyof States): void

on

  • on(name: keyof States, callback: () => void): void

Generated using TypeDoc