toggle menu
kweb-core
1.4.12
jvm
switch theme
search in API
kweb-core
/
kweb.client
/
Server2ClientMessage
Server2Client
Message
@
Serializable
@
SerialName
(
value
=
"Server2ClientMessage"
)
data
class
Server2ClientMessage
(
val
yourId
:
String
,
val
functionCalls
:
List
<
FunctionCall
>
)
(
source
)
Server2client message
Members
Constructors
Server2Client
Message
Link copied to clipboard
constructor
(
yourId
:
String
,
functionCall
:
FunctionCall
)
constructor
(
yourId
:
String
,
functionCalls
:
List
<
FunctionCall
>
)
Properties
function
Calls
Link copied to clipboard
val
functionCalls
:
List
<
FunctionCall
>
your
Id
Link copied to clipboard
val
yourId
:
String