AliasEvent

class AliasEvent @JvmOverloads constructor(val anchor: Anchor?, val startMark: Mark? = null, val endMark: Mark? = null) : NodeEvent

Marks the inclusion of a previously anchored node.

Constructors

Link copied to clipboard
constructor(anchor: Anchor?, startMark: Mark? = null, endMark: Mark? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Node anchor by which this node might later be referenced by a AliasEvent.

Link copied to clipboard
val endMark: Mark? = null
Link copied to clipboard
open override val eventId: Event.ID

Get the type (kind) of this Event

Link copied to clipboard
val startMark: Mark? = null

Functions

Link copied to clipboard
open override fun toString(): String