RED in UI nodes

Well there are not really much options on the node. Previously there where two ways to specify the position of the contextmenu: a fixed position or via msg.position. But due to our other discussion, the SVG node doesn't send an msg.position anymore. To allow the Contextmenu node to read from ANY input message field, I'm adding TypeInput fields to the Contextmenu node:

  • Fixed positon:
    image

  • Msg-based position:
    image

So I need to be able to read nested fields. Although now I'm not sure anymore whether I should do that on the client or server side ....