Skip to content

kient / EventSubscription

Class: EventSubscription

src/structures/event-subscription.ts:10

Data structure of a subscription event

Extends

Extended by

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
_kientreadonlyKient-Base._kientsrc/structures/base.ts:4
eventpublicstringThe subscriptions's event name-src/structures/event-subscription.ts:19
idpublicstringThe subscriptions's ID-src/structures/event-subscription.ts:14
versionpublicnumberThe subscriptions's event version number-src/structures/event-subscription.ts:24

Methods

toJSON()

ts
toJSON(): ExcludeFunctionsAndPrivate<EventSubscription>

src/structures/event-subscription.ts:39

Returns

ExcludeFunctionsAndPrivate<EventSubscription>


unsubscribe()

ts
unsubscribe(): void

src/structures/event-subscription.ts:35

Returns

void