ais-nmea-decoder
    Preparing search index...

    Type Alias AisDecoderOptions

    type AisDecoderOptions = {
        enableLogging?: boolean;
        mapPropertyNames?: boolean;
        propertyMap?: [string, string][] | null;
    }
    Index

    Properties

    enableLogging?: boolean

    Enable logging of unknown message types to the console.

    mapPropertyNames?: boolean

    Rename default property names to custom property names according to propertyMap.

    propertyMap?: [string, string][] | null

    Rename default property names to custom property names.