Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextEvent

Event emitted by CText when a range of characters (values) is inserted or deleted.

Hierarchy

Index

Properties

index: number

The index of the first affected character. Collectively, the characters have indices index through index + values.length - 1.

For TextEventsRecord.Delete events, this is the former index of the first deleted character.

Metadata for the update that caused this event.

positions: string[]

The positions corresponding to values.

values: string

The affected characters, concatenated into a single string.

Generated using TypeDoc