Type Alias PACDataBeta

PACData: {
    color: string | null;
    indent: number | null;
    italics: boolean;
    row: number;
    underline: boolean;
}

Represents a single PAC (Preamble Address Code) data.

Type declaration

  • color: string | null
  • indent: number | null
  • italics: boolean
  • row: number
  • underline: boolean