Skip to main content

GraphNode

Defined in: packages/core/src/graphs/types.ts:5

Type definitions for the Graphs module

Properties

data?

optional data: Record<string, unknown>

Defined in: packages/core/src/graphs/types.ts:9


id

id: string

Defined in: packages/core/src/graphs/types.ts:6


label

label: string

Defined in: packages/core/src/graphs/types.ts:8


position?

optional position: { x: number; y: number; }

Defined in: packages/core/src/graphs/types.ts:10

x

x: number

y

y: number


type

type: string

Defined in: packages/core/src/graphs/types.ts:7