Preparing search index...
The search index is not available
Verona Interfaces Player - v1.0.0-beta
Verona Interfaces Player
PayloadInterfacesProperties
PlayerSend
WidgetCall
Interface WidgetCall
vopWidgetCall - Player->Host: The player calls for the execution of a widget.@public
interface
WidgetCall
{
sessionId
:
string
;
callId
?:
string
;
widgetType
?:
AllowedPropertiesValues
.
WidgetType
;
parameters
?:
MainSchema
.
WidgetParameter
[]
;
state
?:
Record
<
string
,
string
>
;
}
Index
Properties
session
Id
call
Id?
widget
Type?
parameters?
state?
Properties
session
Id
session
Id
:
string
Optional
call
Id
call
Id
?:
string
Optional
widget
Type
widget
Type
?:
AllowedPropertiesValues
.
WidgetType
Optional
parameters
parameters
?:
MainSchema
.
WidgetParameter
[]
Optional
state
state
?:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
session
Id
call
Id
widget
Type
parameters
state
Verona Interfaces Player - v1.0.0-beta
Loading...
vopWidgetCall - Player->Host: The player calls for the execution of a widget.@public