Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an interface to publish event data via a singleton instance, that is compatible with Svelte Store subscriptions

Type parameters

  • T

Hierarchy

  • IEvent

Index

Methods

dispatch

  • dispatch(details: T): void
  • Dispatches new event details to every subscriber

    Parameters

    • details: T

    Returns void

subscribe

Legend

  • Variable
  • Function
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Method
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc