@douglasneuroinformatics/libui-form-types
Preparing search index...
FormBlock
Type Alias FormBlock<TData>
An item of arbitrary JSX that may be inlined amongst the groups of a form
type
FormBlock
<
TData
extends
FormDataType
=
FormDataType
>
=
{
kind
:
"block"
;
render
:
(
this
:
void
,
data
:
PartialFormDataType
<
TData
>
)
=>
ReactNode
;
}
Type Parameters
TData
extends
FormDataType
=
FormDataType
Index
Properties
kind
render
Properties
kind
kind
:
"block"
render
render
:
(
this
:
void
,
data
:
PartialFormDataType
<
TData
>
)
=>
ReactNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
render
@douglasneuroinformatics/libui-form-types
Loading...
An item of arbitrary JSX that may be inlined amongst the groups of a form