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

# IBalloonOwner

An object with a balloon, which can be accessed through the "balloon" property.

[Constructor](#constructor-summary) | [Fields](#properties-summary) | [Events](#events-summary)

## Constructor {#constructor-summary}

```javascript
IBalloonOwner()
```

## Fields {#properties-summary}

#|
|| **Name** | **Type** | **Description** ||
|| [balloon](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IBalloonOwner.md#balloon) | [IBalloonManager](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IBalloonManager.md) | Balloon for an object. ||
|#

## Events {#events-summary}

#|
|| **Name** | **Description** ||
|| [balloonclose](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IBalloonOwner.md#event-balloonclose) | Closing the balloon. ||
|| [balloonopen](https://yandex.com/dev/jsapi-v2-1/doc/en/v2-1/ref/reference/IBalloonOwner.md#event-balloonopen) | Opening the balloon. ||
|#

## Fields details {#field_detail}

### balloon {#balloon}

```javascript
{IBalloonManager} balloon
```

Balloon for an object.

## Events details {#event_detail}

### balloonclose {#balloonclose}

Closing the balloon.

### balloonopen {#balloonopen}

Opening the balloon.