Handle

Source on GitHub

The Handle type represents the attributes of a handle.

Fields

  • id?: string | null
  • nodeId: string
  • x: number
  • y: number
  • position: Position
  • type: 'source' | 'target'
  • width: number
  • height: number