interface WaypointInterface {
    coords: WaypointCoords;
    deleted?: boolean;
    el?: HTMLElement;
    settings: WayPointSettings;
}

Properties

deleted?: boolean
el?: HTMLElement