Micrio Client - v6.0.0
    Preparing search index...

    Interface WaypointInterface

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

    Properties

    deleted?: boolean
    el?: HTMLElement