Board track React component interface

interface RcsbFvRowInterface {
    boardId: string;
    contextManager: RcsbFvContextManager;
    id: string;
    renderSchedule: "fixed" | "async" | "sync";
    rowConfigData: RcsbFvRowExtendedConfigInterface;
    rowNumber: number;
    selection: RcsbSelection;
    xScale: RcsbScaleInterface;
}

Properties

boardId: string
contextManager: RcsbFvContextManager
id: string
renderSchedule: "fixed" | "async" | "sync"
rowNumber: number
selection: RcsbSelection