Skip to content

zeropdf v1.3.0


zeropdf / TemplateLinkBlock

Interface: TemplateLinkBlock

Defined in: src/types.ts:1604

Template block for rendering a URI link.

Properties

PropertyTypeDescriptionDefined in
class?string | readonly string[]Stylesheet class name(s) applied beneath inline options.src/types.ts:1614
keepWithNext?booleanWhether this block should stay on the same page as the following block when possible.src/types.ts:1616
options?FlowLinkOptionsOptions that control this item.src/types.ts:1612
textstringText content to render or inspect.src/types.ts:1608
type"link"Discriminator identifying this option or command shape.src/types.ts:1606
urlstringURI target for the link.src/types.ts:1610

Released under the ISC license.