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

The style description.

Type declaration

  • Optionalcircle?: Circle

    The circle config.

  • Optionalfill?: Fill

    The fill color.

  • OptionalregularShape?: RegularShape

    The regular shape config.

  • Optionalstroke?: Stroke

    The stoke config.

  • OptionalzIndex?: number

    The z index.