# CellAttributes

Source: /tuil/docs/reference/packages/cell/api/cell-attributes
Locale: en

interface exported by @mwillbanks/tuil-cell.



{/* Generated by tooling/docs/generate-reference.ts. */}

## interface [#interface]

Public interface exported by `@mwillbanks/tuil-cell`.

```ts
export interface CellAttributes {
  readonly bold?: boolean;
  readonly dim?: boolean;
  readonly italic?: boolean;
  readonly underline?: boolean;
  readonly inverse?: boolean;
  readonly strike?: boolean;
}
```

## Members [#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 [#parameters]

This declaration has no public members.

## Returns [#returns]

This declaration does not return a value.

## Throws [#throws]

No thrown errors are documented for this declaration.

## Related types [#related-types]

No package-local related types.

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/packages/cell/src/index.ts)

## Package [#package]

[@mwillbanks/tuil-cell](/tuil/docs/reference/packages/cell)
