Hello all,
I am trying to modify the tooltip text in a constructor of a sap.m.ObjectMarker like this:
new sap.m.ObjectMarker({
type: "Locked",
visibility: "IconOnly",
tooltip: "Assigned"
})
And it still shows as tooltip text "Locked".
Does anybody know how to make it happen?