FieldMixin
FieldMixin<
TField
>:Simplify
<BaseField
&TField
>
Defined in: node_modules/.pnpm/@douglasneuroinformatics+libui-form-types@0.11.0/node_modules/@douglasneuroinformatics/libui-form-types/lib/index.d.ts:92
A helper type used to merge BaseField
with T
, where kind determines
the data type stored in the form and variant determines what will be rendered
to the user, if applicable
Type Parameters
Section titled “Type Parameters”• TField extends object