sempdf v1.9.1Interfaces
Interface: TemplatePathBlock
sempdf / TemplatePathBlock
Defined in: src/types.ts:2149
Template block for rendering vector path commands.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
commands | readonly | PathCommand[] | src/types.ts:2151 |
height | readonly | number | src/types.ts:2153 |
keepWithNext? | readonly | boolean | src/types.ts:2154 |
style | readonly | PathStyle | src/types.ts:2152 |
type | readonly | "path" | src/types.ts:2150 |