Skip to content

ContextReadyEvent

Generated by TypeDoc. Do not edit this page directly.

API Reference


Defined in: packages/core/src/runtime/events.ts:31

  • HarnessEvent<{ contributionCount: number; providerCount: number; snapshotId: string; }>
new ContextReadyEvent(record): ContextReadyEvent;

Defined in: packages/core/src/runtime/types/events.ts:35

ParameterType
recordHarnessEventRecord<{ contributionCount: number; providerCount: number; snapshotId: string; }>

ContextReadyEvent

HarnessEvent.constructor

PropertyModifierTypeDefault valueOverridesInherited fromDefined in
recordreadonlyHarnessEventRecord<{ contributionCount: number; providerCount: number; snapshotId: string; }>undefined-HarnessEvent.recordpackages/core/src/runtime/types/events.ts:35
schemastaticObjectSchema<{ contributionCount: NumberSchema; providerCount: NumberSchema; snapshotId: StringSchema; }>undefinedHarnessEvent.schema-packages/core/src/runtime/events.ts:37
typestaticstring"context:ready"HarnessEvent.type-packages/core/src/runtime/events.ts:36
get at(): string;

Defined in: packages/core/src/runtime/types/events.ts:49

string

HarnessEvent.at


get id(): string;

Defined in: packages/core/src/runtime/types/events.ts:37

string

HarnessEvent.id


get payload(): TPayload;

Defined in: packages/core/src/runtime/types/events.ts:45

TPayload

HarnessEvent.payload


get type(): string;

Defined in: packages/core/src/runtime/types/events.ts:41

string

HarnessEvent.type