Mouse click function

I am currently trying to define points in shapediver via mouse click, which are recorded in grasshopper as construct points or similar, in order to process these points further in grasshopper. is there a command or a node that can be used for this?

Currently, this is possible using the viewer API, such as is demonstrated in this code example.

However, we will soon have a way to define point and polyline inputs using components in Grasshopper, without needing to write code with the viewer API. You can see a teaser for this new feature here. I will update this topic once it is released.