Signal K
    Preparing search index...

    Design/dimensional data of this vessel

    interface Design {
        airHeight?: NumberValue;
        aisShipType?: CommonValueFields & {
            value?: { [k: string]: unknown; id?: number | undefined; name?: string | undefined; } & ({ id: 20; name: "Wing In Ground"; } | { id: 21; name: "Wing In Ground hazard cat A"; } | { id: 22; name: "Wing In Ground hazard cat B"; } | ... 74 more ... | { ...; });
            [k: string]: unknown;
        };
        beam?: NumberValue;
        displacement?: NumberValue;
        draft?: CommonValueFields;
        keel?: CommonValueFields;
        length?: CommonValueFields;
        rigging?: CommonValueFields;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    airHeight?: NumberValue
    aisShipType?: CommonValueFields & {
        value?: { [k: string]: unknown; id?: number | undefined; name?: string | undefined; } & ({ id: 20; name: "Wing In Ground"; } | { id: 21; name: "Wing In Ground hazard cat A"; } | { id: 22; name: "Wing In Ground hazard cat B"; } | ... 74 more ... | { ...; });
        [k: string]: unknown;
    }
    displacement?: NumberValue