Interface: UndoEntry — Kata docs
Kata docs

kata-framework


Interface: UndoEntry

Defined in: packages/kata-core/src/types.ts:117

Properties

ctx

ctx: Record<string, any>;

Defined in: packages/kata-core/src/types.ts:118


currentActionIndex

currentActionIndex: number;

Defined in: packages/kata-core/src/types.ts:120


currentSceneId

currentSceneId: string | null;

Defined in: packages/kata-core/src/types.ts:119


expandedActions?

optional expandedActions?: KSONAction[];

Defined in: packages/kata-core/src/types.ts:122


history

history: string[];

Defined in: packages/kata-core/src/types.ts:121