@vcmap/core
    Preparing search index...

    Type Alias ArrowStyleOptions

    type ArrowStyleOptions = {
        arrowIcon?: IconOptions | OlImage;
        color?: ColorType;
        end?: ArrowEnd;
        primitiveOptions?: VectorPropertiesPrimitiveOptions;
        width?: number;
        zIndex?: number;
    }
    Index

    Properties

    arrowIcon?: IconOptions | OlImage

    icon options to use. if none are provided, if is attempted to derive the arrow icon from the primitive options. if providing your own icon, the color will not be options.color by default

    color?: ColorType

    color used to color in the line & the icon

    '#000000'
    
    end?: ArrowEnd

    end to place the arrow head at

    the default primitive options are a cylinder with a bottom radius of 1/3 its length and 0 top radius

    width?: number

    pass to ol.style.Stroke

    1
    
    zIndex?: number

    passed to ol.Style