Documentation
Preparing search index...
@tezos-x/octez.connect-ui
AlertConfig
Interface AlertConfig
interface
AlertConfig
{
analytics
?:
AnalyticsInterface
;
body
?:
string
;
buttons
?:
AlertButton
[]
;
closeButtonCallback
?:
()
=>
void
;
data
?:
string
;
errorContext
?:
ErrorContext
;
featuredWallets
?:
string
[]
;
openBugReport
?:
boolean
;
pairingPayload
?:
PairingPayload
;
privacyPolicyUrl
?:
string
;
substratePairing
?:
boolean
;
termsAndConditionsUrl
?:
string
;
timer
?:
number
;
title
:
string
;
}
Index
Properties
analytics?
body?
buttons?
close
Button
Callback?
data?
error
Context?
featured
Wallets?
open
Bug
Report?
pairing
Payload?
privacy
Policy
Url?
substrate
Pairing?
terms
And
Conditions
Url?
timer?
title
Properties
Optional
analytics
analytics
?:
AnalyticsInterface
Optional
body
body
?:
string
Optional
buttons
buttons
?:
AlertButton
[]
Optional
close
Button
Callback
closeButtonCallback
?:
()
=>
void
Optional
data
data
?:
string
Optional
error
Context
errorContext
?:
ErrorContext
Optional
featured
Wallets
featuredWallets
?:
string
[]
Optional
open
Bug
Report
openBugReport
?:
boolean
Optional
pairing
Payload
pairingPayload
?:
PairingPayload
Optional
privacy
Policy
Url
privacyPolicyUrl
?:
string
Optional
substrate
Pairing
substratePairing
?:
boolean
Optional
terms
And
Conditions
Url
termsAndConditionsUrl
?:
string
Optional
timer
timer
?:
number
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
analytics
body
buttons
close
Button
Callback
data
error
Context
featured
Wallets
open
Bug
Report
pairing
Payload
privacy
Policy
Url
substrate
Pairing
terms
And
Conditions
Url
timer
title
Documentation
Loading...