Skip to content

@graphty/graphty-element / events / AiCommandErrorEvent

Interface: AiCommandErrorEvent

Defined in: src/events.ts:250

Emitted when an AI command encounters an error

Properties

canRetry

canRetry: boolean

Defined in: src/events.ts:254


error

error: Error

Defined in: src/events.ts:252


input

input: string

Defined in: src/events.ts:253


type

type: "ai-command-error"

Defined in: src/events.ts:251