iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: IQEvent

core/events.IQEvent

Event interface for the event bus

Table of contents

Properties

Properties

data

Optional data: any

Optional event data payload

Defined in

core/src/events.ts:19


source

Optional source: string

Optional source identifier

Defined in

core/src/events.ts:23


timestamp

timestamp: number

Timestamp when event was created

Defined in

core/src/events.ts:21


type

type: string

Event type/name

Defined in

core/src/events.ts:17