CommentEvent

class CommentEvent(val commentType: CommentType, val value: String, val startMark: Mark?, val endMark: Mark?) : Event

Marks a comment block value.

Constructors

Link copied to clipboard
constructor(commentType: CommentType, value: String, startMark: Mark?, endMark: Mark?)

Properties

Link copied to clipboard
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
Link copied to clipboard

String representation of the value, without quotes and escaping.

Functions

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