interface AxisRowInterface {
    boardConfigData: RcsbFvBoardConfigInterface;
    boardId: string;
    contextManager: RcsbFvContextManager;
    selection: RcsbSelection;
    xScale: RcsbScaleInterface;
}

Properties

boardId: string
contextManager: RcsbFvContextManager
selection: RcsbSelection