toggle menu
chrome-devtools-kotlin
5.13.0-1282316
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.input
/
ImeSetCompositionRequest
/
Builder
Builder
class
Builder
(
val
text
:
String
,
val
selectionStart
:
Int
,
val
selectionEnd
:
Int
)
Members
Constructors
Builder
Link copied to clipboard
constructor
(
text
:
String
,
selectionStart
:
Int
,
selectionEnd
:
Int
)
Properties
replacement
End
Link copied to clipboard
var
replacementEnd
:
Int
?
replacement end
replacement
Start
Link copied to clipboard
var
replacementStart
:
Int
?
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
Functions
build
Link copied to clipboard
fun
build
(
)
:
ImeSetCompositionRequest