ChemPal Documentation - v1.6.0
    Preparing search index...

    A parent product together with the variant rows that should render beneath it as collapsible Excel outline-level-1 subrows.

    interface ExportGroup {
        parent: Product;
        variants: Variant[];
    }
    Index

    Properties

    Properties

    parent: Product

    The top-level product row.

    variants: Variant[]

    Variant rows shown indented and grouped under ExportGroup.parent.