Skip to main content

Home > @jsplumb/common > ArrayAnchorSpec

ArrayAnchorSpec type#

An anchor spec in the form [ x, y, ox, oy ]

Signature:

export declare type ArrayAnchorSpec = [number, number, AnchorOrientationHint, AnchorOrientationHint, number?, number?];