INxGroupDef Interface
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Defines the properties of an object group.
Syntax
[ValueClass]
public interface INxGroupDef : IAbstractStructureProperties
| Name | Description |
|---|---|
| Class |
Specifies the class of the group's object members. JSON property name: qClass |
| GroupType |
Specifies the type of the group's subgroup members. JSON property name: qGroupType |
| Label |
The group's label. Will be evaluated as an expression if it starts with '='. JSON property name: qLabel |
| MemberIds |
The objects and sub-groups that are members of the group. JSON property name: qMemberIds |
| ObjectType |
Specifies the type of the group's object members. JSON property name: qObjectType |