ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface TextOptionFacet

    Represents a faceted search option with text values. Used for filtering and categorizing search results.

    const facet: TextOptionFacet = {
    name: "grade",
    value: "ACS"
    };
    interface TextOptionFacet {
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    name: string

    Name of the facet category

    value: string

    Selected or available facet value