Preparing search index...
The search index is not available
@subaio/fintech-bridge-web
@subaio/fintech-bridge-web
Action
Type alias Action
Action
:
{
payload
:
string
;
type
:
SetToken
;
}
|
{
payload
?:
null
;
type
:
Logout
;
}
|
{
payload
?:
null
;
type
:
Clear
;
}
|
{
payload
?:
null
;
type
:
Refresh
;
}
|
{
payload
:
Page
;
type
:
SetView
;
}
|
{
payload
:
string
;
type
:
SetLanguage
;
}
|
{
payload
:
Page
[]
;
type
:
SetActivePages
;
}
|
{
payload
:
string
[]
;
type
:
InvalidateData
;
}
|
{
payload
:
string
;
type
:
Unsupported
;
}
|
{
payload
:
string
[]
;
type
:
SupportedEvents
;
}
|
{
payload
?:
null
;
type
:
ReportSize
;
}
|
{
payload
:
{
buttonName
:
string
;
}
;
type
:
DialogResolve
;
}
|
{
payload
:
Record
<
string
,
string
>
;
type
:
SetCustomConfig
;
}
|
{
payload
:
{
matches
:
boolean
;
name
:
string
;
}
;
type
:
MediaQueryChange
;
}
|
{
payload
:
{
data
?:
any
;
name
:
string
;
}
;
type
:
CustomAction
;
}
Messages sent from host-application to embedded-application.
Type declaration
payload
:
string
type
:
SetToken
Type declaration
Optional
payload
?:
null
type
:
Logout
Type declaration
Optional
payload
?:
null
type
:
Clear
Type declaration
Optional
payload
?:
null
type
:
Refresh
Type declaration
payload
:
Page
type
:
SetView
Type declaration
payload
:
string
type
:
SetLanguage
Type declaration
payload
:
Page
[]
type
:
SetActivePages
Type declaration
payload
:
string
[]
type
:
InvalidateData
Type declaration
payload
:
string
type
:
Unsupported
Type declaration
payload
:
string
[]
type
:
SupportedEvents
Type declaration
Optional
payload
?:
null
type
:
ReportSize
Type declaration
payload
:
{
buttonName
:
string
;
}
button
Name
:
string
type
:
DialogResolve
Type declaration
payload
:
Record
<
string
,
string
>
type
:
SetCustomConfig
Type declaration
payload
:
{
matches
:
boolean
;
name
:
string
;
}
matches
:
boolean
name
:
string
type
:
MediaQueryChange
Type declaration
payload
:
{
data
?:
any
;
name
:
string
;
}
Optional
data
?:
any
name
:
string
type
:
CustomAction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@subaio/fintech-bridge-web
ActionType
EventType
Status
BridgeManager
BridgeView
Action
Config
CustomAction
CustomEvent
Event
EventHandlers
OnTokenRequired
Page
PromiseLibType
ViewOptions
Generated using
TypeDoc
Messages sent from host-application to embedded-application.