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

    Properties

    graphAreaClass: string
    idPrefix: string
    infoPopoverStore: InfoPopoverStore
    initialId: string

    Methods

    • Parameters

      • withIdPrefix: boolean
      • withoutFiltration: boolean

      Returns { links: Universe.DG.Data.Link[]; nodes: Node[] }

    • Parameters

      • itemId: string

      Returns string

    • Returns void

    • Parameters

      • flag: boolean

      Returns void

    • Parameters

      • itemId: undefined | string

      Returns void