@rcsb/rcsb-saguaro
    Preparing search index...

    Board track React state interface

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

    Properties

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