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


# repr:hintContentStyle

### Diagram

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

### Description {#desc}

Defines the style for displaying the popup hint content.

### Contains:

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

### Contained by:

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

> ### repr:hintContentStyle
> 
> Part of a YMapsML document that describes the style for popup hint content:
> 
> ```xml
> <repr:hintContentStyle>
>     <repr:template>#hintTemplate</repr:template>
> </repr:hintContentStyle>
> ```
> 
> Sample template for displaying popup hints:
> 
> ```
> <repr:Template gml:id="hintTemplate">
>     <repr:text><![CDATA[<div><b>$[name]</b> - $[description]</div>]]></repr:text>
> </repr:Template>
> ```

