Interface PACDataBeta

Represents a single PAC (Preamble Address Code) data.

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

Properties

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