Preparing search index...
The search index is not available
Documentation
Documentation
@airgap/beacon-dapp
AlertConfig
Interface AlertConfig
Hierarchy
AlertConfig
Index
Properties
analytics?
body?
buttons?
data?
disclaimer
Text?
featured
Wallets?
pairing
Payload?
timer?
title
Methods
close
Button
Callback?
Properties
Optional
analytics
analytics
?:
AnalyticsInterface
Optional
body
body
?:
string
Optional
buttons
buttons
?:
AlertButton
[]
Optional
data
data
?:
string
Optional
disclaimer
Text
disclaimer
Text
?:
string
Optional
featured
Wallets
featured
Wallets
?:
string
[]
Optional
pairing
Payload
pairing
Payload
?:
{
networkType
:
NetworkType
;
p2pSyncCode
:
(
(
)
=>
Promise
<
P2PPairingRequest
>
)
;
postmessageSyncCode
:
(
(
)
=>
Promise
<
PostMessagePairingRequest
>
)
;
walletConnectSyncCode
:
(
(
)
=>
Promise
<
WalletConnectPairingRequest
>
)
;
}
Type declaration
network
Type
:
NetworkType
p2p
Sync
Code
:
(
(
)
=>
Promise
<
P2PPairingRequest
>
)
(
)
:
Promise
<
P2PPairingRequest
>
Returns
Promise
<
P2PPairingRequest
>
postmessage
Sync
Code
:
(
(
)
=>
Promise
<
PostMessagePairingRequest
>
)
(
)
:
Promise
<
PostMessagePairingRequest
>
Returns
Promise
<
PostMessagePairingRequest
>
wallet
Connect
Sync
Code
:
(
(
)
=>
Promise
<
WalletConnectPairingRequest
>
)
(
)
:
Promise
<
WalletConnectPairingRequest
>
Returns
Promise
<
WalletConnectPairingRequest
>
Optional
timer
timer
?:
number
title
title
:
string
Methods
Optional
close
Button
Callback
close
Button
Callback
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
analytics
body
buttons
data
disclaimer
Text
featured
Wallets
pairing
Payload
timer
title
close
Button
Callback
Documentation
@airgap/beacon-blockchain-substrate - v4.3.0
@airgap/beacon-blockchain-tezos - v4.3.0
@airgap/beacon-blockchain-tezos-sapling - v4.3.0
@airgap/beacon-core - v4.3.0
@airgap/beacon-dapp - v4.3.0
@airgap/beacon-sdk - v4.3.0
@airgap/beacon-transport-matrix - v4.3.0
@airgap/beacon-transport-postmessage - v4.3.0
@airgap/beacon-transport-walletconnect - v4.3.0
@airgap/beacon-types - v4.3.0
@airgap/beacon-ui - v4.3.0
@airgap/beacon-utils - v4.3.0
@airgap/beacon-wallet - v4.3.0
Generated using
TypeDoc