FormattingResult

data class FormattingResult(val text: String, val selection: TextRange)(source)

New raw text plus the selection to apply to the field after a formatting action.

Constructors

Link copied to clipboard
constructor(text: String, selection: TextRange)

Properties

Link copied to clipboard
Link copied to clipboard