AutoDeselect

data class AutoDeselect(val delayMs: Long) : SelectionLifetime(source)

Selection auto-clears after delayMs milliseconds unless renewed by a new selection. Each new selection restarts the timer.

Constructors

Link copied to clipboard
constructor(delayMs: Long)

Properties

Link copied to clipboard