Board track annotations cell React component state

interface RcsbFvRowTrackState {
    mounted: boolean;
    rowTrackConfigData: RcsbFvRowExtendedConfigInterface;
    rowTrackHeight: number;
}

Properties

mounted: boolean
rowTrackHeight: number