Preparing search index...
The search index is not available
Wepin SDK
Wepin SDK
@wepin/common
WepinResponseMessage
Interface WepinResponseMessage
interface
WepinResponseMessage
{
body
:
{
command
:
WepinCommand
;
data
:
any
;
state
:
"ERROR"
|
"SUCCESS"
;
}
;
header
:
{
id
:
number
;
response_from
:
"web"
;
response_to
:
"wepin_widget"
;
}
;
}
Index
Properties
body
header
Properties
body
body
:
{
command
:
WepinCommand
;
data
:
any
;
state
:
"ERROR"
|
"SUCCESS"
;
}
header
header
:
{
id
:
number
;
response_from
:
"web"
;
response_to
:
"wepin_widget"
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
header
Wepin SDK
Loading...