chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.input
/
ImeSetCompositionRequest
/
Builder
Builder
class
Builder
(
val
text
:
String
,
val
selectionStart
:
Int
,
val
selectionEnd
:
Int
)
(
source
)
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