qListObjectDef
qListObjectDef: { 
    qDef: { 
        qActiveField: number; 
        qFieldDefs: string[]; 
        qFieldLabels: string[]; 
        qGrouping: string; 
        qNumberPresentations: IFieldAttributes[]; 
        qSortCriterias: ISortCriteria[]; 
    }; 
    qExpressions: string[]; 
    qFrequencyMode: string; 
    qInitialDataFetch: INxPage[]; 
    qStateName: string; 
}
Type declaration
- qDef: { 
 qActiveField: number;
 qFieldDefs: string[];
 qFieldLabels: string[];
 qGrouping: string;
 qNumberPresentations: IFieldAttributes[];
 qSortCriterias: ISortCriteria[];
 }
- qActiveField: number
- qFieldDefs: string[]
- qFieldLabels: string[]
- qGrouping: string
- qNumberPresentations: IFieldAttributes[]
- qSortCriterias: ISortCriteria[]
 
- qExpressions: string[]
- qFrequencyMode: string
- qInitialDataFetch: INxPage[]
- qStateName: string
Identifier and type of the object.