Preparing search index...
The search index is not available
@advjs/monorepo
@advjs/monorepo
theme-default
AdvRadioGroupProps
Interface AdvRadioGroupProps<T>
interface
AdvRadioGroupProps
<
T
>
{
checked
:
T
[
"value"
]
;
onClick
?:
(
(
value
)
=>
void
)
;
options
:
T
[]
;
}
Type Parameters
T
extends
AdvItemOption
=
AdvItemOption
Index
Properties
checked
on
Click?
options
Properties
checked
checked
:
T
[
"value"
]
Optional
on
Click
on
Click
?:
(
(
value
)
=>
void
)
Type declaration
(
value
)
:
void
Parameters
value
:
T
Returns
void
options
options
:
T
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
checked
on
Click
options
@advjs/monorepo
client/composables
core/src
parser/src
plugin-babylon/src
theme-default
types/src
Generated using
TypeDoc