sempdf v1.9.1Interfaces
Interface: TemplateLinkBlock
sempdf / TemplateLinkBlock
Defined in: src/types.ts:1913
Template block for rendering a URI link.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
class? | ClassNameInput | Stylesheet class name(s) applied beneath inline options. | src/types.ts:1923 |
keepWithNext? | boolean | Whether this block should stay on the same page as the following block when possible. | src/types.ts:1925 |
options? | FlowLinkOptions | Options that control this item. | src/types.ts:1921 |
text | string | Text content to render or inspect. | src/types.ts:1917 |
type | "link" | Discriminator identifying this option or command shape. | src/types.ts:1915 |
url | string | URI target for the link. | src/types.ts:1919 |