---
metadata:
  - name: generator
    content: Diplodoc Platform v5.39.1
alternate:
  - https://yandex.ru/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPanoramaGraphNode.md
  - https://yandex.ru/dev/jsapi-v2-1/doc/ru/v2-1/ref/reference/IPanoramaGraphNode.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/jsapi-v2-1/doc/en/llms.txt

# IPanoramaGraphNode

Extends [IPanoramaConnection](https://yandex.ru/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPanoramaConnection.md).

Interface describing a node of the panorama graph.

[Constructor](#constructor-summary) | [Methods](#methods-summary)

## Constructor {#constructor-summary}

```javascript
IPanoramaGraphNode()
```

## Methods {#methods-summary}

#|
|| **Name** | **Returns** | **Description** ||
|| [getConnectedPanorama](https://yandex.ru/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPanoramaConnection.md#getConnectedPanorama)() | [vow.Promise](https://yandex.ru/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/vow.Promise.md) | Returns the promise object that will be resolved by the connected panorama object or rejected with an error.

Inherited from [IPanoramaConnection](https://yandex.ru/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IPanoramaConnection.md#getConnectedPanorama). ||
|#