MVFv3 API Documentation
    Preparing search index...

    Variable CONNECTION_TYPESConst

    CONNECTION_TYPES: readonly (
        | "unknown"
        | "elevator"
        | "escalator"
        | "travelator"
        | "stairs"
        | "door"
        | "ramp"
        | "ladder"
    )[] = values

    The type of the connection. 'unknown' is not a normal type, but is used to indicate that the connection is of a type that was not recognized by the producer or consumer of the MVF. An application should handle 'unknown' as a case and not crash, though it is up to the application to decide whether to display a generic connection or filter them out. Note: If a developer is reading an MVF directly, they MAY see types that are not present in this list. They are responsible for downgrading these to unknown.