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

    Interface VWRSubstanceAttribute

    A chemical/technical attribute for a VWR substance.

    interface VWRSubstanceAttribute {
        code: string;
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    code: string

    Attribute code, e.g. "c_cas", "c_formula".

    name: string

    Human-readable attribute name, e.g. "CAS", "Formula", "MW_value".

    value: string

    Attribute value, e.g. "7664-93-9".