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

    Board React component configuration interface

    interface RcsbFvTableInterface {
        boardConfigData: RcsbFvBoardConfigInterface;
        boardId: string;
        contextManager: RcsbFvContextManager;
        rowConfigData: RcsbFvRowRenderConfigInterface<{}, {}, {}, {}>[];
        selection: RcsbSelection;
        xScale: RcsbScaleInterface;
    }

    Hierarchy (View Summary)

    Index

    Properties

    boardId: string
    contextManager: RcsbFvContextManager
    rowConfigData: RcsbFvRowRenderConfigInterface<{}, {}, {}, {}>[]
    selection: RcsbSelection