Arc.React
Preparing search index...
commands
InjectedCommandFormFieldProps
Interface InjectedCommandFormFieldProps
Props that will be injected by CommandFormFields into your wrapped component
interface
InjectedCommandFormFieldProps
{
currentValue
?:
unknown
;
fieldName
?:
string
;
onBlur
?:
()
=>
void
;
onValueChange
?:
(
value
:
unknown
)
=>
void
;
propertyDescriptor
?:
any
;
}
Index
Properties
current
Value?
field
Name?
on
Blur?
on
Value
Change?
property
Descriptor?
Properties
Optional
current
Value
currentValue
?:
unknown
Optional
field
Name
fieldName
?:
string
Optional
on
Blur
onBlur
?:
()
=>
void
Optional
on
Value
Change
onValueChange
?:
(
value
:
unknown
)
=>
void
Optional
property
Descriptor
propertyDescriptor
?:
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
Value
field
Name
on
Blur
on
Value
Change
property
Descriptor
Arc.React
Loading...
Props that will be injected by CommandFormFields into your wrapped component