Kindly let me know the use of tag customData I am unable to understand the following piece of code
<Bar id="myBar">
    <customData>
        <core:CustomData key="sap-ui-fastnavgroup" value="true"              writeToDom="true"/>
    </customData>
</Bar>
How to add title in the bar. I am newbie to UI5 technology Thanks
                        
customData can be used as an aggregation of a control that extends sap.ui.core.Element. Custom data are generally used as HTML data-* Attributes.
For example:
https://openui5.hana.ondemand.com/#docs/api/symbols/sap.ui.core.Element.html