clik-engine API
GitHub
Preparing search index...
RadioGroupConfig
Interface RadioGroupConfig
interface
RadioGroupConfig
{
fontSize
?:
string
;
labelColor
?:
string
;
layout
?:
"vertical"
|
"horizontal"
;
onChange
?:
(
value
:
string
)
=>
void
;
options
:
RadioOption
[]
;
radioColor
?:
number
;
selected
?:
string
;
selectedColor
?:
number
;
size
?:
number
;
spacing
?:
number
;
x
:
number
;
y
:
number
;
}
Index
Properties
font
Size?
label
Color?
layout?
on
Change?
options
radio
Color?
selected?
selected
Color?
size?
spacing?
x
y
Properties
Optional
font
Size
fontSize
?:
string
Optional
label
Color
labelColor
?:
string
Optional
layout
layout
?:
"vertical"
|
"horizontal"
Optional
on
Change
onChange
?:
(
value
:
string
)
=>
void
options
options
:
RadioOption
[]
Optional
radio
Color
radioColor
?:
number
Optional
selected
selected
?:
string
Optional
selected
Color
selectedColor
?:
number
Optional
size
size
?:
number
Optional
spacing
spacing
?:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
font
Size
label
Color
layout
on
Change
options
radio
Color
selected
selected
Color
size
spacing
x
y
GitHub
clik-engine API
Loading...