apply
function
kararlıv22.0'den beri
Applies a predefined schema to a given FieldPath.
API
function apply<TValue>(
path: SchemaPath<TValue>,
schema: NoInfer<SchemaOrSchemaFn<TValue>>,
): void;@returns
voidDetaylara atla
Applies a predefined schema to a given FieldPath.
function apply<TValue>(
path: SchemaPath<TValue>,
schema: NoInfer<SchemaOrSchemaFn<TValue>>,
): void;void