sempdf v1.9.1Interfaces
Interface: TemplateSignatureFieldBlock
sempdf / TemplateSignatureFieldBlock
Defined in: src/types.ts:2101
Template block for rendering a signature form field.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
keepWithNext? | readonly | boolean | src/types.ts:2105 |
name | readonly | string | src/types.ts:2103 |
options? | readonly | Omit<SignatureFieldOptions, "x" | "y"> | src/types.ts:2104 |
type | readonly | "signatureField" | src/types.ts:2102 |