Home > @jsplumbtoolkit/browser-ui > FullAnchorSpec
FullAnchorSpec type
An anchor spec in the form {type:..., options:{ ... }}
Signature:
export declare type FullAnchorSpec = {
type: AnchorId;
options: AnchorOptions;
};
References: AnchorId, AnchorOptions