iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: IQEventOptions

core/events.IQEventOptions

Options for event subscription

Table of contents

Properties

Properties

once

Optional once: boolean

Only trigger once then auto-unsubscribe

Defined in

core/src/events.ts:36


priority

Optional priority: number

Priority (higher = called first)

Defined in

core/src/events.ts:38