Appearance
zeropdf / TemplatePathBlock
Interface: TemplatePathBlock
Defined in: src/types.ts:1744
Template block for rendering vector path commands.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
commands | readonly | PathCommand[] | src/types.ts:1746 |
height | readonly | number | src/types.ts:1748 |
keepWithNext? | readonly | boolean | src/types.ts:1749 |
style | readonly | PathStyle | src/types.ts:1747 |
type | readonly | "path" | src/types.ts:1745 |