Signal K
    Preparing search index...

    Interface ActiveRoute

    interface ActiveRoute {
        href: string;
        name: string;
        pointIndex: number;
        pointTotal: number;
        reverse: boolean;
    }
    Index

    Properties

    href: string
    name: string
    pointIndex: number
    pointTotal: number
    reverse: boolean