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

    Interface ExportFilterSummary

    A single label/value pair describing one active filter, shown on the Summary sheet (e.g. { label: "Supplier", value: "Loudwolf, Onyxmet" }).

    interface ExportFilterSummary {
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    label: string

    Localized filter label.

    value: string

    Human-readable filter value(s).