Board track title cell React component interface

interface RcsbFvRowTitleInterface {
    data: RcsbFvRowExtendedConfigInterface;
    isGlowing: boolean;
    rowTitleHeight: number;
}

Properties

isGlowing: boolean
rowTitleHeight: number