sempdf v1.9.1Interfaces
Interface: TemplateTextFieldBlock
sempdf / TemplateTextFieldBlock
Defined in: src/types.ts:2051
Template block for rendering a text form field.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
keepWithNext? | readonly | boolean | src/types.ts:2055 |
name | readonly | string | src/types.ts:2053 |
options? | readonly | Omit<TextFieldOptions, "x" | "y"> | src/types.ts:2054 |
type | readonly | "textField" | src/types.ts:2052 |