@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
;
}
Index
Properties
config
is
In
Iframe
notify
Message
notify
Viewport
Config
on
Notification
Clicked
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
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
@bootdesk/chat-widget-bridge
Loading...