Trilium Frontend API
Preparing search index...
<internal>
FormGroupProps
Interface FormGroupProps
interface
FormGroupProps
{
children
:
VNode
<
any
>
;
className
?:
string
;
description
?:
ComponentChildren
;
disabled
?:
boolean
;
error
?:
string
;
label
?:
string
;
labelRef
?:
RefObject
<
HTMLLabelElement
>
;
name
:
string
;
style
?:
CSSProperties
;
title
?:
string
;
}
Index
Properties
children
class
Name?
description?
disabled?
error?
label?
label
Ref?
name
style?
title?
Properties
children
children
:
VNode
<
any
>
Optional
class
Name
className
?:
string
Optional
description
description
?:
ComponentChildren
Optional
disabled
disabled
?:
boolean
Optional
error
error
?:
string
Optional
label
label
?:
string
Optional
label
Ref
labelRef
?:
RefObject
<
HTMLLabelElement
>
name
name
:
string
Optional
style
style
?:
CSSProperties
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
class
Name
description
disabled
error
label
label
Ref
name
style
title
Trilium Frontend API
Loading...