Entry: {
    key: string | undefined;
    label: string | undefined;
    value: string | undefined;
}

Represents an entry in the BIM info panel, such as a key-value pair in a header or body section.

Type declaration

  • key: string | undefined

    The key of the entry, often used as a label or an identifier for the data.

  • label: string | undefined

    The label or display name for the entry, shown to the user.

  • value: string | undefined

    The value of the entry, displayed to the user.