When adding click handler, how to also change mouse pointer?

Just started playing with Interactions, seems cool.

One thought, when adding an onClick handler to an object, I sort of expected to automatically get a pointer cursor on hover

image.png

Is there a way to achieve this?

Yes, you can go to the effects section of these design tab to change the cursor

Or maybe I just want to continue using a Link for this use case, which is fine

I guess this an opinionated thing though as the browser/javascript doesn’t do this by default when using onClick. The designer/dev picks the affordance/cursor based on what it does (or doesn’t) do. If something was being dragged for example, you might want to use something else. You might want to use the question cursor if a tooltip opens on hover/click.

But I’d agree this is probably at least the expected default in most cases.