@rcsb/rcsb-saguaro
Version:
RCSB 1D Feature Viewer
13 lines (12 loc) • 509 B
TypeScript
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;
}