Home > @jsplumbtoolkit/browser-ui > AnchorSpec
AnchorSpec type
Models the specification of anchor - which may be a SingleAnchorSpec, or an array of SingleAnchorSpec objects.
Signature:
export declare type AnchorSpec = SingleAnchorSpec | Array<SingleAnchorSpec>;
References: SingleAnchorSpec