Type Alias NxLibraryMeasure

Information about the library measure. Is the layout for NxLibraryMeasureDef.

type NxLibraryMeasure = {
    qActiveExpression?: number;
    qDef?: string;
    qExpressions?: string[];
    qGrouping?: NxGrpType;
    qLabel?: string;
    qLabelExpression?: string;
    qNumFormat?: FieldAttributes;
    qOrigin?: NxOrigin;
    qScriptGenerated?: boolean;
}
Index
qActiveExpression?: number
qDef?: string
qExpressions?: string[]
qGrouping?: NxGrpType

One of:

  • N or GRP_NX_NONE
  • H or GRP_NX_HIEARCHY
  • C or GRP_NX_COLLECTION
qLabel?: string
qLabelExpression?: string
qNumFormat?: FieldAttributes

Format of the field. This parameter is optional.

qOrigin?: NxOrigin

With the introduction of Data Products, there will be a need to describe the origin of objects other than just being generated by a loading script or not.

This enum contains:

  • PROGRAM: Object is created via ui or api call
  • SCRIPT: Object is created from load script
  • DATA_PRODUCT: Object is created from a data product One of:
  • PROGRAM
  • SCRIPT
  • DATA_PRODUCT

Stability: experimental

qScriptGenerated?: boolean