Skip to main content

ClassGroup

Struct for a document class group in a vault.

NameDescriptionType
idThe ID of the document class group.number
nameThe name of the group.string
member_classesThe IDs of the members of this group.number[]
object_typeThe object type with which this class group is used.number

Example

{
"id": 0,
"name": "<!< The name of the group.>",
"member_classes": [] /* Array of number */,
"object_type": 0
}