CellAttributes
interface exported by @mwillbanks/tuil-cell.
interface
Public interface exported by @mwillbanks/tuil-cell.
export interface CellAttributes {
readonly bold?: boolean;
readonly dim?: boolean;
readonly italic?: boolean;
readonly underline?: boolean;
readonly inverse?: boolean;
readonly strike?: boolean;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
bold | boolean | undefined | No | The bold member uses the boolean | undefined contract. | — |
dim | boolean | undefined | No | The dim member uses the boolean | undefined contract. | — |
italic | boolean | undefined | No | The italic member uses the boolean | undefined contract. | — |
underline | boolean | undefined | No | The underline member uses the boolean | undefined contract. | — |
inverse | boolean | undefined | No | The inverse member uses the boolean | undefined contract. | — |
strike | boolean | undefined | No | The strike member uses the boolean | undefined contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference