Appearance
zeropdf / TemplateTextFieldBlock
Interface: TemplateTextFieldBlock
Defined in: src/types.ts:1646
Template block for rendering a text form field.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
keepWithNext? | readonly | boolean | src/types.ts:1650 |
name | readonly | string | src/types.ts:1648 |
options? | readonly | Omit<TextFieldOptions, "x" | "y"> | src/types.ts:1649 |
type | readonly | "textField" | src/types.ts:1647 |