SAS Developer Portal
SVI Solution Extensions
Preparing search index...
The search index is not available
SAS® Visual Investigator API
@sas/vi-api
elements
SASInputBindings
Interface SASInputBindings<T>
interface
SASInputBindings
<
T
>
{
autocomplete
?:
string
;
id
?:
string
;
inputBlur
?:
(
(
event
:
FocusEvent
)
=>
void
)
;
inputFocus
?:
(
(
event
:
FocusEvent
)
=>
void
)
;
isDisabled
?:
boolean
;
model
?:
T
;
modelChanged
?:
(
(
modelValue
:
T
)
=>
void
)
;
placeholder
?:
string
;
readOnly
?:
boolean
;
}
Type Parameters
T
=
any
Hierarchy (
view full
)
SASInputBindings
IdentitySelectProperties
Index
Properties
autocomplete?
id?
input
Blur?
input
Focus?
is
Disabled?
model?
model
Changed?
placeholder?
read
Only?
Properties
Optional
autocomplete
autocomplete
?:
string
Optional
id
id
?:
string
Optional
input
Blur
input
Blur
?:
(
(
event
:
FocusEvent
)
=>
void
)
Optional
input
Focus
input
Focus
?:
(
(
event
:
FocusEvent
)
=>
void
)
Optional
is
Disabled
is
Disabled
?:
boolean
Optional
model
model
?:
T
Optional
model
Changed
model
Changed
?:
(
(
modelValue
:
T
)
=>
void
)
Optional
placeholder
placeholder
?:
string
Optional
read
Only
read
Only
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
autocomplete
id
input
Blur
input
Focus
is
Disabled
model
model
Changed
placeholder
read
Only
SAS Developer Portal
SVI Solution Extensions
@sas/vi-api - v1.46.0
Loading...