Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
RadioGroupProps
Interface RadioGroupProps
Public
interface
RadioGroupProps
{
align
?:
"end"
|
"start"
|
"baseline"
|
"center"
;
direction
?:
"horizontal"
|
"vertical"
;
disabled
?:
boolean
;
onChange
?:
(
e
:
RadioMouseEvent
)
=>
void
;
value
?:
any
;
}
Index
Properties
align?
direction?
disabled?
on
Change?
value?
Properties
Optional
align
align
?:
"end"
|
"start"
|
"baseline"
|
"center"
Optional
direction
direction
?:
"horizontal"
|
"vertical"
Optional
disabled
disabled
?:
boolean
Optional
on
Change
onChange
?:
(
e
:
RadioMouseEvent
)
=>
void
Optional
value
value
?:
any
On This Page
Properties
align
direction
disabled
on
Change
value
Юниверс DG SDK UI
Loading...
Public