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

    Type Alias TPathSectionHighlightOptions

    Configuration options for highlighting a specific section of a path on the map. These options allow you to visually emphasize a segment of a path using custom color, width, and animation duration for user interaction or navigation purposes.

    type TPathSectionHighlightOptions = {
        animationDuration?: number;
        color?: string;
        widthMultiplier?: number;
    }
    Index

    Properties

    animationDuration?: number

    Duration of the highlight animation in milliseconds.

    1500
    
    color?: string

    The highlight color for the path section (CSS color string).

    'red'
    
    widthMultiplier?: number

    Multiplies the base path width by this factor for the duration of the highlight.

    1