Preparing search index...
The search index is not available
dappbooster
dappbooster
components/sharedComponents/Hash
<internal>
HashProps
Interface HashProps
interface
HashProps
{
explorerURL
?:
string
;
hash
:
string
;
onCopy
?:
MouseEventHandler
<
HTMLButtonElement
>
;
showCopyButton
?:
boolean
;
truncatedHashLength
?:
number
|
"disabled"
;
}
Hierarchy
Omit
<
ComponentProps
<
"div"
>
,
"onCopy"
>
HashProps
Index
Properties
explorerURL?
hash
on
Copy?
show
Copy
Button?
truncated
Hash
Length?
Properties
Optional
explorerURL
explorerURL
?:
string
hash
hash
:
string
Optional
on
Copy
on
Copy
?:
MouseEventHandler
<
HTMLButtonElement
>
Optional
show
Copy
Button
show
Copy
Button
?:
boolean
Optional
truncated
Hash
Length
truncated
Hash
Length
?:
number
|
"disabled"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
explorerURL
hash
on
Copy
show
Copy
Button
truncated
Hash
Length
dappbooster
Loading...