File

src/lib/interface/event.interface.ts

Description

Triggerable and Subscribable events

Index

Properties

Properties

data
data: any
Type : any
Optional

data to be passed along with the event

type
type: string
Type : string

type

export interface Event {
  /**
   * type
   */
  type: string;
  /**
   * data to be passed along with the event
   */
  data?: any;
}

results matching ""

    No results matching ""