Home > @jsplumb/common > AnchorSpec
#
AnchorSpec typeModels 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