CustomAPI in polyscopex

Hello,

i’m pulling some efforts to work on CustomAPI in PolyScope X context, inheriting a super useful URCap Sample: URCap CustomAPI in PolyScope5. Feel free to check it out and leave your any feedback/thinking to guide our forum for a further enhancement.

customAPI

The sample code can be found here: github.com/FuNingHu/custom-api-polyscopex

This repo implements a similar concept to CustomAPI in PolyScope X context, to permit inserting child program node from parent node, and to change child node value from parent node. With power of PolyScope X SDK 0.18.90, it found also possible to do reverse vay (child change parent’s value)!

Though it’s not likely an api approach and the feature has been enabled directly from the URCap Typescript API.