Line
Prints a horizontal separator using an optional single-character pattern.
Example
{
"type": "line",
"character": "-"
}Fields
| Field | Type | Description |
|---|---|---|
typerequired | "line" | Discriminator for line blocks. |
characteroptional | string | Single character repeated across the printer text width. Defaults to a hyphen.
|