Type alias ArrowStyleOptions

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

Type declaration

  • Optional 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

  • Optional color?: ColorType

    color used to color in the line & the icon

    Default

    '#000000'
    
  • Optional end?: ArrowEnd

    end to place the arrow head at

  • Optional primitiveOptions?: VectorPropertiesPrimitiveOptions

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

  • Optional width?: number

    pass to ol.style.Stroke

    Default

    1
    
  • Optional zIndex?: number

    passed to ol.Style

Generated using TypeDoc