Skip to content

Latest commit

 

History

History
80 lines (41 loc) · 1.84 KB

executor_events.subscriptioncreated.md

File metadata and controls

80 lines (41 loc) · 1.84 KB

Class: SubscriptionCreated

yajsapi / Exports / executor/events / SubscriptionCreated

Class: SubscriptionCreated

executor/events.SubscriptionCreated

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new SubscriptionCreated(__namedParameters)

Parameters

Name Type
__namedParameters Object

Overrides

YaEvent.constructor

Defined in

yajsapi/executor/events.ts:40

Properties

sub_id

Optional sub_id: string

Defined in

yajsapi/executor/events.ts:40

Methods

extract_exc_info

extract_exc_info(): [undefined | null | Error, YaEvent]

Extract exception information from this event.

Returns

[undefined | null | Error, YaEvent]

The extracted exception information and a copy of the event without the exception information.

Inherited from

YaEvent.extract_exc_info

Defined in

yajsapi/executor/events.ts:17