Interface Style

interface Style {
    circle?: Circle;
    fill?: Fill;
    regularShape?: RegularShape;
    stroke?: Stroke;
    zIndex?: number;
}

Properties

circle?: Circle

The circle config.

fill?: Fill

The fill color.

regularShape?: RegularShape

The regular shape config.

stroke?: Stroke

The stoke config.

zIndex?: number

The z index.