Skip to main content

Function: processTemplateLiteral()

processTemplateLiteral(schema, _ctx, field, _params): void

Defined in: packages/core/src/processors/string.ts:102

Process z.templateLiteral() — renders as a plain text Input. Template literals have a fixed structure; no constraints are extracted.

Parameters

schema

$ZodTemplateLiteral

The $ZodTemplateLiteral schema to process.

_ctx

FormProcessorContext

The walker context (unused for template literal processing).

field

FormField

The base FormField to mutate in-place.

_params

ProcessParams

Unused; included for processor signature conformance.

Returns

void