Please suggest Object List Item "title" with hyperlink and on click of it, should navigate to some url in a new tab. < <List items="{ path: 'sonarReport>/measures' }" id="sonarRepId" mode="SingleSelectMaster" selectionChange="onChange" updateFinished="onFinsihed">
<ObjectListItem icon="{sonarReport>imageL}" **title="{sonarReport>value}"** type="Active" >
<attributes>
<ObjectAttribute text="{sonarReport>metric}"></ObjectAttribute>
</attributes>
<firstStatus>
<ObjectStatus title="{sonarReport>state}" icon="{sonarReport>image}" state="Success"></ObjectStatus>
</firstStatus>
</ObjectListItem>
</List>