Preparing search index...
The search index is not available
dappbooster
dappbooster
components/sharedComponents/HashInput
<internal>
HashInputProps
Interface HashInputProps
interface
HashInputProps
{
chain
:
Chain
;
debounceTime
?:
number
;
onLoading
?:
(
(
loading
:
boolean
)
=>
void
)
;
onSearch
:
(
(
result
:
null
|
DetectedHash
)
=>
void
)
;
renderInput
?:
(
(
props
:
DetailedHTMLProps
<
InputHTMLAttributes
<
HTMLInputElement
>
,
HTMLInputElement
>
)
=>
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
)
;
value
?:
string
;
}
Hierarchy
ComponentProps
<
"input"
>
HashInputProps
Index
Properties
chain
debounce
Time?
on
Loading?
on
Search
render
Input?
value?
Properties
chain
chain
:
Chain
Optional
debounce
Time
debounce
Time
?:
number
Optional
on
Loading
on
Loading
?:
(
(
loading
:
boolean
)
=>
void
)
on
Search
on
Search
:
(
(
result
:
null
|
DetectedHash
)
=>
void
)
Optional
render
Input
render
Input
?:
(
(
props
:
DetailedHTMLProps
<
InputHTMLAttributes
<
HTMLInputElement
>
,
HTMLInputElement
>
)
=>
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
)
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...