Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias TNavigationPathOptions

    TNavigationPathOptions: TAddPathOptions & {
        __EXPERIMENTAL__CONNECTION_BILLBOARDING?: boolean | number;
        __EXPERIMENTAL__CONNECTION_COLOR?: string;
        __EXPERIMENTAL__CONNECTION_DASHED?: boolean;
        __EXPERIMENTAL__CONNECTION_GEOMETRY?: "tube" | "ribbon";
        __EXPERIMENTAL__CONNECTION_JUNCTION_INSET?: number;
    }

    Path options extended with connection-specific overrides for Navigation. Connection paths inherit all base path options unless overridden with __EXPERIMENTAL__CONNECTION_* properties.

    Type Declaration

    • Optional Experimental__EXPERIMENTAL__CONNECTION_BILLBOARDING?: boolean | number

      Controls billboarding for connection path geometry.

      • boolean: Enable/disable billboarding directly
      • number: Angle threshold in degrees (0-90). Billboard when path angle from horizontal >= threshold. For example, 80 means billboard only when path is >=80 degrees from horizontal (nearly vertical).
      false
      
    • Optional Experimental__EXPERIMENTAL__CONNECTION_COLOR?: string

      Override color for connection paths (vertical paths between floors). If not specified, connection paths use the main color property.

    • Optional Experimental__EXPERIMENTAL__CONNECTION_DASHED?: boolean

      Override dashed styling for connection paths. If not specified, connection paths use the main dashed property.

    • Optional Experimental__EXPERIMENTAL__CONNECTION_GEOMETRY?: "tube" | "ribbon"

      Override geometry type for connection paths.

      • 'tube': Original tube geometry with 8 radial segments
      • 'ribbon': Flat ribbon geometry with 2 vertices per segment If not specified, connection paths use the main __EXPERIMENTAL_GEOMETRY property.
    • Optional Experimental__EXPERIMENTAL__CONNECTION_JUNCTION_INSET?: number

      Amount in meters to shorten connection path from each end. Prevents visual overlap with floor paths at junctions.

      0