Skip to content

@graphty/graphty-element / events / AiCommandCancelledEvent

Interface: AiCommandCancelledEvent

Defined in: src/events.ts:258

Emitted when an AI command is cancelled

Properties

input

input: string

Defined in: src/events.ts:260


reason

reason: "user" | "timeout"

Defined in: src/events.ts:261


type

type: "ai-command-cancelled"

Defined in: src/events.ts:259