tuil
ReferencePackages@mwillbanks/tuil-cellAPI

CellAttributes

interface exported by @mwillbanks/tuil-cell.

View rawEdit

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

MemberTypeRequiredDescriptionRelated types
boldboolean | undefinedNoThe bold member uses the boolean | undefined contract.
dimboolean | undefinedNoThe dim member uses the boolean | undefined contract.
italicboolean | undefinedNoThe italic member uses the boolean | undefined contract.
underlineboolean | undefinedNoThe underline member uses the boolean | undefined contract.
inverseboolean | undefinedNoThe inverse member uses the boolean | undefined contract.
strikeboolean | undefinedNoThe 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.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-cell

On this page