interface RcsbFvUIConfigInterface {
    boardConfigData: RcsbFvBoardConfigInterface;
    boardId: string;
    contextManager: RcsbFvContextManager;
    xScale: RcsbScaleInterface;
}

Properties

boardId: string
contextManager: RcsbFvContextManager