Sorry, found it
- var IconTabFilter = new sap.m.IconTabFilter({
- objectBindings : '{/cities/1}',
- icon: "sap-icon://notes",
- text:"{/name}",
- //text:
- count: "12",
- color:sap.ui.core.IconColor.Critical,
- content: new sap.m.Text({
- text: "Notes go here ..."
- })
- });