Appearance
zeropdf / TemplateListBlock
Interface: TemplateListBlock
Defined in: src/types.ts:1766
Template block for rendering a tagged list.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
class? | readonly | string | readonly string[] | Stylesheet class name(s) applied beneath inline options. | src/types.ts:1771 |
items | readonly | ListItem[] | - | src/types.ts:1768 |
keepWithNext? | readonly | boolean | - | src/types.ts:1772 |
options? | readonly | Omit<ListOptions, "x" | "y"> | - | src/types.ts:1769 |
type | readonly | "list" | - | src/types.ts:1767 |