DeleteString

Properties

Link copied to clipboard
abstract val from: Int

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

Link copied to clipboard
abstract val str: String

This is a calculated when the DeleteString is created using document.substring(from, to)

Link copied to clipboard
abstract val to: Int

The end of the text to be deleted.