Interface FieldOptions

interface FieldOptions {
    align?: number;
    bigEndian?: boolean;
    countedBy?: string;
    typeName?: string;
}

Hierarchy (View Summary)

Properties

align?: number
bigEndian?: boolean
countedBy?: string
typeName?: string