Skip to content

@vue-flow/monorepo • Docs


Interface: EdgeRemoveChange ​

Extends ​

Properties ​

id ​

id: string

Inherited from ​

NodeRemoveChange.id


source ​

source: string


sourceHandle ​

sourceHandle: null | string


target ​

target: string


targetHandle ​

targetHandle: null | string


type ​

type: "remove"

Inherited from ​

NodeRemoveChange.type

Released under the MIT License.