POLAR reference
    Preparing search index...

    Interface CustomHighlightStyle

    Custom highlight style configuration.

    {
    stroke: {
    color: '#FFFF00',
    width: 3,
    },
    fill: {
    color: 'rgb(255, 255, 255, 0.7)',
    },
    }
    interface CustomHighlightStyle {
        fill: Options;
        stroke: Options;
    }
    Index

    Properties

    Properties

    fill: Options

    Object for defining the fill style. See OpenLayers documentation for full options.

    stroke: Options

    Object for defining the stroke style. See OpenLayers documentation for full options.