Compose Text Editor
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Compose Text Editor
Spell Check
/
com.darkrockstudios.texteditor.spellcheck
/
SpellCheckItem
/
MisspelledWord
Misspelled
Word
data
class
MisspelledWord
(
val
segment
:
WordSegment
)
:
SpellCheckItem
(
source
)
A word-level misspelling identified by its
WordSegment
.
Members
Constructors
Misspelled
Word
Link copied to clipboard
constructor
(
segment
:
WordSegment
)
Properties
segment
Link copied to clipboard
val
segment
:
WordSegment