kweb-core
1.4.8
jvm
kweb-core
/
kweb.client
/
Server2ClientMessage
Server2Client
Message
@
Serializable
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