Preparing search index...
The search index is not available
Hydrateless API
Hydrateless API
@hydrateless/svelte
context
RadioGroupContext
Interface RadioGroupContext
Shared state a RadioGroup provides to its radios (name, selected value, and a setter).
interface
RadioGroupContext
{
name
:
undefined
|
string
;
select
:
(
value
:
string
)
=>
void
;
value
:
undefined
|
string
;
}
Index
Properties
name
select
value
Properties
Readonly
name
name
:
undefined
|
string
select
select
:
(
value
:
string
)
=>
void
Readonly
value
value
:
undefined
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
select
value
Hydrateless API
Loading...
Shared state a RadioGroup provides to its radios (name, selected value, and a setter).