Type Alias SearchGroupOptions

type SearchGroupOptions = {
    qCount?: number;
    qGroupType?: SearchGroupType;
    qOffset?: number;
}
Index

Properties

qCount?: number

Maximum number of items per group (in qItems[ ] ). The default value is -1; all values are returned.

qGroupType?: SearchGroupType

Type of the group. Can be:

  • GenericObjectType: the type of the search group item is a generic object. Groups have this type when you are calling SearchObjects .
  • DatasetType: type of the search group item is a dataset association. Groups have this type when you are calling SearchResults .

One of:

  • DatasetType or DATASET_GROUP
  • GenericObjectsType or GENERIC_OBJECTS_GROUP
qOffset?: number

Position starting from 0. The default value is 0.