@rcsb/rcsb-saguaro-app
    Preparing search index...
    Index

    Constructors

    Methods

    • Parameters

      Returns {
          attribute: RcsbSearchAttributeType;
          attributeName: string;
          chartConfig: { chartDisplayConfig: Partial<ChartDisplayConfigInterface> };
          chartType: ChartType;
          contentType: "string" | "number" | "date";
          data: ChartObjectInterface<any>[];
          facetConfig?: FacetConfigInterface;
          filters?: SearchFilter[];
          title?: string;
      }