left: string
Left part of the text.
right: string
Right part of the text.
gapSymbol?: string
Symbol used to fill the gap between left and right parts.
textToWrap?: "left" | "right"
If the text part is too long, it will be wrapped to the next line. Default: "left"
.
textToWrapWidth?: number
Width of the text to wrap from 0 to 1 depending on the charsPerLine. If not specified, it will be calculated automatically based on the text length.