@xylabs/sdk-react
Preparing search index...
ChainChangedEventDetails
Interface ChainChangedEventDetails
interface
ChainChangedEventDetails
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
detail
:
{
chainId
:
number
|
undefined
;
providerName
:
string
}
;
}
Hierarchy
CustomEventInit
ChainChangedEventDetails
Index
Properties
bubbles?
cancelable?
composed?
detail
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
detail
detail
:
{
chainId
:
number
|
undefined
;
providerName
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
detail
@xylabs/sdk-react
Loading...