Arc.React
Preparing search index...
commands
RadioGroupFieldProps
Interface RadioGroupFieldProps<TAccessor>
interface
RadioGroupFieldProps
<
TAccessor
extends
RadioValueAccessor
>
{
className
?:
string
;
currentValue
?:
ReturnType
<
TAccessor
>
;
description
?:
string
;
direction
?:
"horizontal"
|
"vertical"
;
fieldName
?:
string
;
hasLeftAddon
?:
boolean
;
icon
?:
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
;
invalid
?:
boolean
;
onBlur
?:
()
=>
void
;
onValueChange
?:
(
value
:
ReturnType
)
=>
void
;
options
:
RadioGroupFieldOption
<
ReturnType
<
TAccessor
>
>
[]
;
propertyDescriptor
?:
any
;
required
?:
boolean
;
style
?:
CSSProperties
;
title
?:
string
;
value
:
TAccessor
;
}
Type Parameters
TAccessor
extends
RadioValueAccessor
Hierarchy
Omit
<
BaseCommandFormFieldProps
<
CommandType
<
TAccessor
>
>
,
"value"
>
TypedInjectedRadioFieldProps
<
CommandValue
<
TAccessor
>
>
RadioGroupFieldProps
Index
Properties
class
Name?
current
Value?
description?
direction?
field
Name?
has
Left
Addon?
icon?
invalid?
on
Blur?
on
Value
Change?
options
property
Descriptor?
required?
style?
title?
value
Properties
Optional
class
Name
className
?:
string
Optional
current
Value
currentValue
?:
ReturnType
<
TAccessor
>
Optional
description
description
?:
string
Optional
direction
direction
?:
"horizontal"
|
"vertical"
Optional
field
Name
fieldName
?:
string
Optional
has
Left
Addon
hasLeftAddon
?:
boolean
Optional
icon
icon
?:
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
Optional
invalid
invalid
?:
boolean
Optional
on
Blur
onBlur
?:
()
=>
void
Optional
on
Value
Change
onValueChange
?:
(
value
:
ReturnType
)
=>
void
options
options
:
RadioGroupFieldOption
<
ReturnType
<
TAccessor
>
>
[]
Optional
property
Descriptor
propertyDescriptor
?:
any
Optional
required
required
?:
boolean
Optional
style
style
?:
CSSProperties
Optional
title
title
?:
string
value
value
:
TAccessor
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
class
Name
current
Value
description
direction
field
Name
has
Left
Addon
icon
invalid
on
Blur
on
Value
Change
options
property
Descriptor
required
style
title
value
Arc.React
Loading...