@rcsb/rcsb-saguaro
    Preparing search index...
    interface BoardProgressInterface {
        boardConfigData: RcsbFvBoardConfigInterface;
        boardId: string;
        contextManager: RcsbFvContextManager;
        rowConfigData: RcsbFvRowExtendedConfigInterface<{}, {}, {}, {}>[];
    }
    Index

    Properties

    boardId: string
    contextManager: RcsbFvContextManager
    rowConfigData: RcsbFvRowExtendedConfigInterface<{}, {}, {}, {}>[]