Group: { content: Entry[]; key: string | undefined; title: string | undefined }

Represents a group of entries within a body section of the BIM info panel.

Type declaration

  • content: Entry[]

    An array of entries that belong to this group.

  • key: string | undefined

    The unique identifier for this group.

  • title: string | undefined

    The title or name displayed for this group.