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

    Interface InsertOverlayStyle

    interface InsertOverlayStyle {
        dash?: number[];
        fill?: string;
        lineWidth?: number;
        stroke?: string;
    }
    Index

    Properties

    dash?: number[]
    fill?: string
    lineWidth?: number
    stroke?: string