Skip to Content
0
Jun 03, 2020 at 12:10 PM

Changing tooltip text for sap.m.ObjectMarker

85 Views

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?