dAppBooster
Preparing search index...
components/sharedComponents/HashInput
<internal>
HashInputProps
Interface HashInputProps
interface
HashInputProps
{
chain
:
Chain
;
debounceTime
?:
number
;
onLoading
?:
(
loading
:
boolean
)
=>
void
;
onSearch
:
(
result
:
null
|
DetectedHash
)
=>
void
;
renderInput
?:
(
props
:
InputProps
)
=>
ReactElement
;
value
?:
string
;
}
Hierarchy
InputProps
HashInputProps
Index
Properties
chain
debounce
Time?
on
Loading?
on
Search
render
Input?
value?
Properties
chain
chain
:
Chain
Optional
debounce
Time
debounceTime
?:
number
Optional
on
Loading
onLoading
?:
(
loading
:
boolean
)
=>
void
on
Search
onSearch
:
(
result
:
null
|
DetectedHash
)
=>
void
Optional
render
Input
renderInput
?:
(
props
:
InputProps
)
=>
ReactElement
Optional
value
value
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
chain
debounce
Time
on
Loading
on
Search
render
Input
value
dAppBooster
Loading...