Skip to content

TranscriptCursorChangedEvent

Generated by TypeDoc. Do not edit this page directly.

API Reference


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

  • HarnessEvent<{ cursor: unknown; previousCursor: unknown; }>
new TranscriptCursorChangedEvent(record): TranscriptCursorChangedEvent;

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

ParameterType
recordHarnessEventRecord<{ cursor: unknown; previousCursor: unknown; }>

TranscriptCursorChangedEvent

HarnessEvent.constructor

PropertyModifierTypeDefault valueOverridesInherited fromDefined in
recordreadonlyHarnessEventRecord<{ cursor: unknown; previousCursor: unknown; }>undefined-HarnessEvent.recordpackages/core/src/runtime/types/events.ts:35
schemastaticObjectSchema<{ cursor: UnknownSchema; previousCursor: UnknownSchema; }>undefinedHarnessEvent.schema-packages/core/src/runtime/events.ts:273
typestaticstring"transcript:cursor_changed"HarnessEvent.type-packages/core/src/runtime/events.ts:272
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