LandmarkData interface

Data that a user can use to specialize drawing options.

Signature:

export declare interface LandmarkData 

Properties

Property Type Description
from NormalizedLandmark
index number
to NormalizedLandmark

LandmarkData.from

Signature:

from?: NormalizedLandmark;

LandmarkData.index

Signature:

index?: number;

LandmarkData.to

Signature:

to?: NormalizedLandmark;