UNPKG

@rcsb/rcsb-saguaro

Version:
13 lines (12 loc) 509 B
import { RcsbFvRowExtendedConfigInterface } from "../RcsbFvConfig/RcsbFvConfigInterface"; import { RcsbDisplayInterface } from "../../RcsbBoard/RcsbDisplay/RcsbDisplayInterface"; export declare class RcsbFvDisplay { private displayIds; private readonly displayConfig; constructor(config: RcsbFvRowExtendedConfigInterface); initDisplay(): RcsbDisplayInterface; getDisplayIds(): string[]; private composedDisplay; private static setDisplayConfig; private static singleDisplay; }