Preparing search index...

    Interface AutopilotInfo

    interface AutopilotInfo {
        engaged: boolean;
        mode: string | null;
        options: AutopilotOptions;
        state: string | null;
        target: number | null;
    }
    Index

    Properties

    engaged: boolean
    mode: string | null
    state: string | null
    target: number | null