TableConstructorOptions
Less than 1 minute
Options for configuring the table constructor in the OutputUI class.
Example
const tableOptions: TableConstructorOptions = {
border: 'double',
chars: { ... },
style: { 'padding-left': 1, 'padding-right': 1 },
wordWrap: true,
};Properties
| Property | Type | Description |
|---|---|---|
keyof | The type of border to use. |