Type Alias NxDerivedGroup

type NxDerivedGroup = {
    qFieldDefs?: string[];
    qGrouping?: NxGrpType;
    qId?: string;
    qName?: string;
}
Index

Properties

qFieldDefs?: string[]

List of the derived fields in the group.

qGrouping?: NxGrpType

Grouping type. The grouping should be either H or C (Grouping is mandatory for derived definitions). The parameter is mandatory.

One of:

  • N or GRP_NX_NONE
  • H or GRP_NX_HIEARCHY
  • C or GRP_NX_COLLECTION
qId?: string

Identifier of the group.

qName?: string

Name of the derived group.