Data: { body: Section[] | undefined; header: Entry[] | undefined }

Represents the entire data set for the BIM info panel, including the header and body sections.

Type declaration

  • body: Section[] | undefined

    The body of the BIM info panel, typically containing one or more sections of grouped entries.

  • header: Entry[] | undefined

    The header of the BIM info panel, typically a list of entries summarizing key information.