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
fun Marker(    rank: MPIOptions.COLLISION_RANK? = null,     anchor: MPIOptions.MARKER_ANCHOR? = null,     interactive: Boolean? = false)

Properties

Link copied to clipboard
val anchor: MPIOptions.MARKER_ANCHOR? = null
Link copied to clipboard
val interactive: Boolean? = false
Link copied to clipboard
val rank: MPIOptions.COLLISION_RANK? = null