You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
objectManager.events.add(['labelmouseenter'], function (event) { const polygon = objectManager.objects.getById(e.get('objectId')); polygon.options.set({ strokeWidth: 3, strokeColor: '#ff3000', fillColor: '#ffb57a' }) });
I can't get acccess to Polygon and change some attributes in this way.