Skip to content

@vue-flow/monorepo • Docs


Interface: HandleElement ​

Extends ​

Properties ​

height ​

height: number

Inherited from ​

Dimensions.height


id? ​

optional id: null | string


nodeId ​

nodeId: string


position ​

position: Position


type ​

type: HandleType


width ​

width: number

Inherited from ​

Dimensions.width


x ​

x: number

Inherited from ​

XYPosition.x


y ​

y: number

Inherited from ​

XYPosition.y

Released under the MIT License.