File

src/client/app/modules/core/interfaces/ievent.ts

Index

Properties

Properties

data
data: any
Type : any
type
type: EventType
Type : EventType
export enum EventType {
  SHAKE = 1,
  SOLUTION = 2
}


// event interface
export interface IEvent {
  type: EventType;
  data: any;
}

results matching ""

    No results matching ""