---
keywords: repr:hintContentStyle
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/maps/ymapsml/doc/ru/llms.txt


# repr:hintContentStyle

### Диаграмма

![](../_images/hintContentStyle.png)

### Описание {#desc}

Определяет стиль отображения содержимого всплывающей подсказки.

### Содержит:

[repr:template](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-template-1.md)

### Содержится в:

[repr:Style](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-Style.md)

> ### repr:hintContentStyle
> 
> Фрагмент YMapsML-документа, описывающего стиль содержимого всплывающей подсказки:
> 
> ```xml
> <repr:hintContentStyle>
>     <repr:template>#hintTemplate</repr:template>
> </repr:hintContentStyle>
> ```
> 
> Образец шаблона для отображения всплывающей подсказки:
> 
> ```
> <repr:Template gml:id="hintTemplate">
>     <repr:text><![CDATA[<div><b>$[name]</b> - $[description]</div>]]></repr:text>
> </repr:Template>
> ```

