Skip to content

@waylis/core


@waylis/core / ConfirmedStep

Interface: ConfirmedStep

Defined in: src/scene/step.ts:5

Represents a confirmed step in a scene flow.

Properties

createdAt

ts
createdAt: Date;

Defined in: src/scene/step.ts:17

Timestamp when the step was confirmed.


id

ts
id: string;

Defined in: src/scene/step.ts:7

Unique identifier of the confirmed step.


messageID

ts
messageID: string;

Defined in: src/scene/step.ts:11

Message that triggered the confirmation.


scene

ts
scene: string;

Defined in: src/scene/step.ts:13

Scene identifier.


step

ts
step: string;

Defined in: src/scene/step.ts:15

Step key within the scene.


threadID

ts
threadID: string;

Defined in: src/scene/step.ts:9

Thread the step belongs to.

Released under the MIT License.