Skip to content

@graphty/graphty-element / events / GraphErrorEvent

Interface: GraphErrorEvent

Defined in: src/events.ts:28

Properties

context

context: "xr" | "layout" | "init" | "data-loading" | "algorithm" | "other"

Defined in: src/events.ts:32


details?

optional details: Record<string, unknown>

Defined in: src/events.ts:33


error

error: Error

Defined in: src/events.ts:31


graph

graph: Graph | null

Defined in: src/events.ts:30


type

type: "error"

Defined in: src/events.ts:29