kvision / pl.treksoft.kvision.maps / PathOptions

PathOptions

(js) data class PathOptions

Constructors

(js)

<init>

PathOptions(clickable: Boolean = true, color: String = "#03f", dashArray: String?, fill: Boolean? = null, fillColor: String = color, fillOpacity: Number = 0.2, opacity: Number = 0.5, pointerEvents: Boolean? = null, stroke: Boolean = true, weight: Number = 5)

Properties

(js)

clickable

val clickable: Boolean
(js)

color

val color: String
(js)

dashArray

val dashArray: String?
(js)

fill

val fill: Boolean?
(js)

fillColor

val fillColor: String
(js)

fillOpacity

val fillOpacity: Number
(js)

opacity

val opacity: Number
(js)

pointerEvents

val pointerEvents: Boolean?
(js)

stroke

val stroke: Boolean
(js)

weight

val weight: Number