kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Input
/
ImeSetCompositionParameter
Ime
Set
Composition
Parameter
@
Serializable
data
class
ImeSetCompositionParameter
(
val
text
:
String
,
val
selectionStart
:
Int
,
val
selectionEnd
:
Int
,
val
replacementStart
:
Int
?
=
null
,
val
replacementEnd
:
Int
?
=
null
)
Members
Constructors
Ime
Set
Composition
Parameter
Link copied to clipboard
constructor
(
text
:
String
,
selectionStart
:
Int
,
selectionEnd
:
Int
,
replacementStart
:
Int
?
=
null
,
replacementEnd
:
Int
?
=
null
)
Properties
replacement
End
Link copied to clipboard
val
replacementEnd
:
Int
?
=
null
replacement end
replacement
Start
Link copied to clipboard
val
replacementStart
:
Int
?
=
null
replacement start
selection
End
Link copied to clipboard
val
selectionEnd
:
Int
selection end
selection
Start
Link copied to clipboard
val
selectionStart
:
Int
selection start
text
Link copied to clipboard
val
text
:
String
The text to insert