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

    Board React component state interface

    interface RcsbFvBoardState {
        boardConfigData: RcsbFvBoardConfigInterface;
        progressStatus: number;
        rowConfigData: RcsbFvRowRenderConfigInterface<{}, {}, {}, {}>[];
    }
    Index

    Properties

    progressStatus: number
    rowConfigData: RcsbFvRowRenderConfigInterface<{}, {}, {}, {}>[]