weasel API - v0.8.0
    Preparing search index...

    Interface IndicatorStyle

    Style for the visible-window indicator rect drawn over the minimap.

    interface IndicatorStyle {
        dash?: number[];
        stroke?: string;
        width?: number;
    }
    Index

    Properties

    Properties

    dash?: number[]

    Dash pattern in CSS px. Defaults to [2, 3].

    stroke?: string

    Stroke color (any CSS color). Defaults to '#ffffff'.

    width?: number

    Stroke width in CSS px. Defaults to 1.