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

    Props for ProductDetailPanel.

    interface ProductDetailPanelProps {
    /** The expanded top-level product row this panel details. */
    row: Row<Product>;
    /** The table instance, used to read `meta.userSettings` for price formatting. */
    table: Table<Product>;
    }
    interface ProductDetailPanelProps {
        row: Row<Product>;
        table: Table<Product>;
    }
    Index

    Properties

    Properties

    row: Row<Product>

    The expanded top-level product row this panel details.

    table: Table<Product>

    The table instance, used to read meta.userSettings for price formatting.