DeleteText

Properties

Link copied to clipboard
abstract val from: TextPosition

The start of the text to be deleted. This must NOT be after to.

Link copied to clipboard
abstract val textList: List<String>

This is a calculated when the DeleteText is created using document.subset(from, to)

Link copied to clipboard
abstract val to: TextPosition

The end of the text to be deleted.