TextDeltaEvent

An incremental piece of text produced inside a content part.

Inheritors

Properties

Link copied to clipboard
abstract val contentIndex: Int

Position of the part within the item's content.

Link copied to clipboard
abstract val delta: String

The text fragment; concatenating the deltas of one part rebuilds it.

Link copied to clipboard
abstract val itemId: String

Identifier of the output item the text belongs to.

Link copied to clipboard
abstract val outputIndex: Int

Position of that item in the output list.

Link copied to clipboard
abstract val sequenceNumber: Int

Position of the event in the stream; increases monotonically.

Link copied to clipboard
abstract val type: String

Raw event type, as sent in the type field.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String