Type Alias NxGroupDef

Defines the properties of an object group.

Stability: experimental

type NxGroupDef = {
    qClass?: NxGroupMemberClass;
    qGroupType?: string;
    qLabel?: string;
    qMemberIds?: NxGroupObjectId[];
    qObjectType?: string;
}
Index

Properties

Specifies the class of the group's object members.

One of:

  • bookmark or MEMBER_BOOKMARK
  • object or MEMBER_OBJECT
qGroupType?: string

Specifies the type of the group's subgroup members.

qLabel?: string

The group's label. Will be evaluated as an expression if it starts with '='.

qMemberIds?: NxGroupObjectId[]

The objects and sub-groups that are members of the group.

qObjectType?: string

Specifies the type of the group's object members.