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

    Interface VWRSpecificationEntry

    A single specification row (e.g. { name: "Purity", result: "> 98 %" }).

    interface VWRSpecificationEntry {
        name: string;
        result: string;
    }
    Index

    Properties

    Properties

    name: string

    Specification name, e.g. "Purity", "Heavy Metals".

    result: string

    Specification result/value, e.g. "> 98 %".