toggle menu
kweb-core
1.4.12
jvm
switch theme
search in API
kweb-core
/
kweb.client
/
FunctionCall
Function
Call
@
Serializable
data
class
FunctionCall
(
val
debugToken
:
String
?
=
null
,
val
jsId
:
Int
?
=
null
,
val
js
:
String
?
=
null
,
val
parameters
:
String
?
=
null
,
val
callbackId
:
Int
?
=
null
,
val
arguments
:
List
<
JsonElement
>
=
emptyList()
)
(
source
)
Members
Constructors
Function
Call
Link copied to clipboard
constructor
(
debugToken
:
String
?
=
null
,
jsId
:
Int
?
=
null
,
js
:
String
?
=
null
,
parameters
:
String
?
=
null
,
callbackId
:
Int
?
=
null
,
arguments
:
List
<
JsonElement
>
=
emptyList()
)
Properties
arguments
Link copied to clipboard
val
arguments
:
List
<
JsonElement
>
callback
Id
Link copied to clipboard
val
callbackId
:
Int
?
=
null
debug
Token
Link copied to clipboard
val
debugToken
:
String
?
=
null
js
Link copied to clipboard
val
js
:
String
?
=
null
js
Id
Link copied to clipboard
val
jsId
:
Int
?
=
null
parameters
Link copied to clipboard
val
parameters
:
String
?
=
null