ContextReadyEvent
Generated by TypeDoc. Do not edit this page directly.
Class: ContextReadyEvent
Section titled “Class: ContextReadyEvent”Defined in: packages/core/src/runtime/events.ts:31
Extends
Section titled “Extends”HarnessEvent<{contributionCount:number;providerCount:number;snapshotId:string; }>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ContextReadyEvent(record): ContextReadyEvent;Defined in: packages/core/src/runtime/types/events.ts:35
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
record | HarnessEventRecord<{ contributionCount: number; providerCount: number; snapshotId: string; }> |
Returns
Section titled “Returns”ContextReadyEvent
Inherited from
Section titled “Inherited from”Properties
Section titled “Properties”| Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|---|
record | readonly | HarnessEventRecord<{ contributionCount: number; providerCount: number; snapshotId: string; }> | undefined | - | HarnessEvent.record | packages/core/src/runtime/types/events.ts:35 |
schema | static | ObjectSchema<{ contributionCount: NumberSchema; providerCount: NumberSchema; snapshotId: StringSchema; }> | undefined | HarnessEvent.schema | - | packages/core/src/runtime/events.ts:37 |
type | static | string | "context:ready" | HarnessEvent.type | - | packages/core/src/runtime/events.ts:36 |
Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get at(): string;Defined in: packages/core/src/runtime/types/events.ts:49
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”Get Signature
Section titled “Get Signature”get id(): string;Defined in: packages/core/src/runtime/types/events.ts:37
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”payload
Section titled “payload”Get Signature
Section titled “Get Signature”get payload(): TPayload;Defined in: packages/core/src/runtime/types/events.ts:45
Returns
Section titled “Returns”TPayload
Inherited from
Section titled “Inherited from”Get Signature
Section titled “Get Signature”get type(): string;Defined in: packages/core/src/runtime/types/events.ts:41
Returns
Section titled “Returns”string