Preparing search index...
    interface MultiStructureStoreFacade {
        graphAreaClass: string;
        graphType: GraphType;
        idPrefix: string;
        infoPopoverStore: InfoPopoverStore;
        initialId: string;
        initialIds: string[];
        getGraphData(
            withIdPrefix: boolean,
            withoutFiltration: boolean,
        ): { links: Universe.DG.DataCommon.Link[]; nodes: Node[] };
        getItemDisplayName(itemId: string): string;
        resetPanZoom(): void;
        setIsLoading(flag: boolean): void;
        setShowContextMenu(itemId: undefined | string): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    graphAreaClass: string
    graphType: GraphType
    idPrefix: string
    infoPopoverStore: InfoPopoverStore
    initialId: string
    initialIds: string[]

    Methods