@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface FacetMemberInterface {
        attribute: RcsbSearchAttributeType;
        attributeName: string;
        chartConfig?: ChartConfigInterface;
        chartType: ChartType;
        contentType: "string" | "number" | "date";
        facet: FacetType;
        facetConfig?: FacetConfigInterface;
        id: string;
        title?: string;
    }
    Index

    Properties

    attribute: RcsbSearchAttributeType
    attributeName: string
    chartConfig?: ChartConfigInterface
    chartType: ChartType
    contentType: "string" | "number" | "date"
    facet: FacetType
    facetConfig?: FacetConfigInterface
    id: string
    title?: string