@svta/common-media-library
    Preparing search index...

    Type Alias PACDataBeta

    Represents a single PAC (Preamble Address Code) data.

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

    Properties

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