Interface IField

Properties of a Field.

Hierarchy

  • IField

Implemented by

Properties

isMessage?: null | boolean

Field isMessage

maxVersion?: null | number

Field maxVersion

minVersion?: null | number

Field minVersion

notReportableMinVersion?: null | number

Field notReportableMinVersion

subfield?: null | {
    [k: string]: IField;
}

Field subfield

Type declaration

Generated using TypeDoc