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

    Type Alias RcsbFvRowConfigInterface<P, S, R, M>

    RcsbFvRowConfigInterface: Omit<
        RcsbFvRowExtendedConfigInterface<P, S, R, M>,
        "boardId" | "length" | "range",
    >

    Type Parameters

    • P extends { [k: string]: any } = {}
    • S extends { [k: string]: any } = {}
    • R extends { [k: string]: any } = {}
    • M extends { [k: string]: any } = {}