interface SnappedFeature {
    feature: Segment | NodeModel;
    point: Point;
    type: SnappedFeatureType;
}

Properties

Properties

feature: Segment | NodeModel
point: Point