sempdf
sempdf v1.9.1Interfaces

Interface: TemplateLinkBlock

sempdf v1.9.1


sempdf / TemplateLinkBlock

Defined in: src/types.ts:1913

Template block for rendering a URI link.

Properties

PropertyTypeDescriptionDefined in
class?ClassNameInputStylesheet class name(s) applied beneath inline options.src/types.ts:1923
keepWithNext?booleanWhether this block should stay on the same page as the following block when possible.src/types.ts:1925
options?FlowLinkOptionsOptions that control this item.src/types.ts:1921
textstringText content to render or inspect.src/types.ts:1917
type"link"Discriminator identifying this option or command shape.src/types.ts:1915
urlstringURI target for the link.src/types.ts:1919

On this page