MVFv3 API Documentation
    Preparing search index...

    Variable CONNECTION_TYPEConst

    CONNECTION_TYPE: Readonly<
        {
            door: "door";
            elevator: "elevator";
            escalator: "escalator";
            ladder: "ladder";
            ramp: "ramp";
            stairs: "stairs";
            travelator: "travelator";
            unknown: "unknown";
        },
    > = record

    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.