Appearance
zeropdf / TemplateLinkBlock
Interface: TemplateLinkBlock
Defined in: src/types.ts:1604
Template block for rendering a URI link.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
class? | string | readonly string[] | Stylesheet class name(s) applied beneath inline options. | src/types.ts:1614 |
keepWithNext? | boolean | Whether this block should stay on the same page as the following block when possible. | src/types.ts:1616 |
options? | FlowLinkOptions | Options that control this item. | src/types.ts:1612 |
text | string | Text content to render or inspect. | src/types.ts:1608 |
type | "link" | Discriminator identifying this option or command shape. | src/types.ts:1606 |
url | string | URI target for the link. | src/types.ts:1610 |