@bootdesk/chat-widget-bridge
Preparing search index...
IframeBridgeHook
Interface IframeBridgeHook
interface
IframeBridgeHook
{
config
:
BridgeConfig
|
null
;
isInIframe
:
boolean
;
notifyMessage
:
(
text
:
string
)
=>
void
;
notifyViewportConfig
:
(
content
:
string
)
=>
void
;
onNotificationClicked
:
(
cb
:
()
=>
void
)
=>
void
;
pushState
:
BridgePushStatus
|
null
;
requestPushSubscribe
:
()
=>
void
;
requestPushUnsubscribe
:
()
=>
void
;
}
Index
Properties
config
is
In
Iframe
notify
Message
notify
Viewport
Config
on
Notification
Clicked
push
State
request
Push
Subscribe
request
Push
Unsubscribe
Properties
config
config
:
BridgeConfig
|
null
is
In
Iframe
isInIframe
:
boolean
notify
Message
notifyMessage
:
(
text
:
string
)
=>
void
notify
Viewport
Config
notifyViewportConfig
:
(
content
:
string
)
=>
void
on
Notification
Clicked
onNotificationClicked
:
(
cb
:
()
=>
void
)
=>
void
push
State
pushState
:
BridgePushStatus
|
null
request
Push
Subscribe
requestPushSubscribe
:
()
=>
void
request
Push
Unsubscribe
requestPushUnsubscribe
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
is
In
Iframe
notify
Message
notify
Viewport
Config
on
Notification
Clicked
push
State
request
Push
Subscribe
request
Push
Unsubscribe
@bootdesk/chat-widget-bridge
Loading...