@rshaker/communicator
Preparing search index...
CommMsg
Interface CommMsg
interface
CommMsg
{
fromContext
?:
BrowserContextType
;
fromOrigin
?:
string
;
fromTab
?:
number
;
hops
?:
BrowserContextType
[]
;
id
:
string
;
log
?:
boolean
;
payload
?:
{
action
?:
string
;
entry
?:
any
;
entryId
?:
string
;
storeName
?:
string
;
}
;
responseId
?:
string
;
toContext
:
BrowserContextType
;
toOrigin
?:
string
;
toTab
?:
number
;
type
:
MsgType
;
}
Index
Properties
from
Context?
from
Origin?
from
Tab?
hops?
id
log?
payload?
response
Id?
to
Context
to
Origin?
to
Tab?
type
Properties
Optional
from
Context
fromContext
?:
BrowserContextType
Optional
from
Origin
fromOrigin
?:
string
Optional
from
Tab
fromTab
?:
number
Optional
hops
hops
?:
BrowserContextType
[]
id
id
:
string
Optional
log
log
?:
boolean
Optional
payload
payload
?:
{
action
?:
string
;
entry
?:
any
;
entryId
?:
string
;
storeName
?:
string
}
Optional
response
Id
responseId
?:
string
to
Context
toContext
:
BrowserContextType
Optional
to
Origin
toOrigin
?:
string
Optional
to
Tab
toTab
?:
number
type
type
:
MsgType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
Context
from
Origin
from
Tab
hops
id
log
payload
response
Id
to
Context
to
Origin
to
Tab
type
@rshaker/communicator
Loading...