convertToField
constconvertToField: <T>(schema,parent?,options?,providers?) =>_PiResolvedCommonViewFieldConfig<T,T,any,InferAliasMap<T>>
Defined in: packages/react/src/util/convert-wrapper.ts:18
转换 Valibot 定义为 Piying 字段
Type Parameters
Section titled “Type Parameters”T extends BaseSchema<any, any, any>
Parameters
Section titled “Parameters”schema
Section titled “schema”() => T
parent?
Section titled “parent?”Injector
options?
Section titled “options?”() => FieldConvertOptions | undefined
providers?
Section titled “providers?”Provider[]
Returns
Section titled “Returns”_PiResolvedCommonViewFieldConfig<T, T, any, InferAliasMap<T>>