Preparing search index...
The search index is not available
devfive front components
devfive front components
index
Antd
InputRef
Interface InputRef
interface
InputRef
{
blur
:
(
(
)
=>
void
)
;
focus
:
(
(
options
?
)
=>
void
)
;
input
:
null
|
HTMLInputElement
;
select
:
(
(
)
=>
void
)
;
setSelectionRange
:
(
(
start
,
end
,
direction
?
)
=>
void
)
;
}
Index
Properties
blur
focus
input
select
set
Selection
Range
Properties
blur
blur
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
focus
focus
:
(
(
options
?
)
=>
void
)
Type declaration
(
options
?
)
:
void
Parameters
Optional
options
:
InputFocusOptions
Returns
void
input
input
:
null
|
HTMLInputElement
select
select
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
set
Selection
Range
set
Selection
Range
:
(
(
start
,
end
,
direction
?
)
=>
void
)
Type declaration
(
start
,
end
,
direction
?
)
:
void
Parameters
start
:
number
end
:
number
Optional
direction
:
"none"
|
"forward"
|
"backward"
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
blur
focus
input
select
set
Selection
Range
devfive front components
index
test
Generated using
TypeDoc