Home > @jsplumb/common > FullAnchorSpec
#
FullAnchorSpec typeAn anchor spec in the form {type:..., options:{ ... }}
Signature:
export declare type FullAnchorSpec = { type: AnchorId; options: AnchorOptions;};
References: AnchorId, AnchorOptions