Type Alias NxGroupObjectId

Holds the ID of a NxGroupDef's member. GroupId holds the ID of a sub-group while ObjectId holds the ID of an object. Only one Id should be set. GroupId takes precedence if both are set.

Stability: experimental

type NxGroupObjectId = {
    qGroupId?: string;
    qObjectId?: string;
}
Index

Properties

qGroupId?: string
qObjectId?: string