Trilium Frontend API
Preparing search index...
<internal>
FormRadioProps
Interface FormRadioProps
interface
FormRadioProps
{
currentValue
?:
string
;
name
:
string
;
values
:
{
inlineDescription
?:
ComponentChildren
;
label
:
ComponentChildren
;
value
:
string
;
}
[]
;
onChange
(
newValue
:
string
)
:
void
;
}
Index
Properties
current
Value?
name
values
Methods
on
Change
Properties
Optional
current
Value
currentValue
?:
string
name
name
:
string
values
values
:
{
inlineDescription
?:
ComponentChildren
;
label
:
ComponentChildren
;
value
:
string
;
}
[]
Methods
on
Change
onChange
(
newValue
:
string
)
:
void
Parameters
newValue
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Value
name
values
Methods
on
Change
Trilium Frontend API
Loading...