Marker

@Serializable
data class Marker(val rank: MPIOptions.COLLISION_RANK? = null, val anchor: MPIOptions.MARKER_ANCHOR? = null, val interactive: Boolean? = false)

Marker holds the properties of values when adding markers containing arbitrary HTML

Constructors

Link copied to clipboard
constructor(rank: MPIOptions.COLLISION_RANK? = null, anchor: MPIOptions.MARKER_ANCHOR? = null, interactive: Boolean? = false)

Properties

Link copied to clipboard
Link copied to clipboard
val interactive: Boolean? = false
Link copied to clipboard