Board track React state interface

interface RcsbFvRowState {
    display: boolean;
    mounted: boolean;
    rowConfigData: RcsbFvRowExtendedConfigInterface;
    rowHeight: number;
    titleGlow: boolean;
}

Properties

display: boolean
mounted: boolean
rowHeight: number
titleGlow: boolean