Юниверс DG SDK UI
v2.15.0

Интерфейс MultiStructureStoreFacade

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: string | undefined): void;
}

Иерархия (Просмотр сводки)

Индекс

Свойства

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

Методы