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