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

    Interface RcsbChartInterface<T>

    interface RcsbChartInterface<T = any> {
        attribute: RcsbSearchAttributeType;
        attributeName: string;
        chartConfig?: ChartConfigInterface;
        chartType: ChartType;
        contentType: "string" | "number" | "date";
        data: ChartObjectInterface<T>[];
        facetConfig?: FacetConfigInterface;
        filters?: SearchFilter[];
        title?: string;
    }

    Type Parameters

    • T = any

    Hierarchy

    Index

    Properties

    attribute: RcsbSearchAttributeType
    attributeName: string
    chartConfig?: ChartConfigInterface
    chartType: ChartType
    contentType: "string" | "number" | "date"
    data: ChartObjectInterface<T>[]
    facetConfig?: FacetConfigInterface
    filters?: SearchFilter[]
    title?: string