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

    Interface VWRColCellEntry

    A key/value cell in an ordertable row's colCellMap.entry.

    interface VWRColCellEntry {
        key: string;
        value: string;
    }
    Index

    Properties

    Properties

    key: string

    Column key, e.g. "o_size" or "o_pack_type".

    value: string

    Column value, e.g. "2.5 L".