The only information that comes through in the rest API aound prototyping are these three properties:
transitionNodeIDString: Node ID of node to transition to in prototyping
transitionDurationNumber: duration of the prototyping transition on this node (in milliseconds)
transitionEasing - easing type
Everything else is missing:
- event type
- transition aninmation/direction
- positioning of overlays
Also given a node can be given multiple interactions, they would have to be an array.
SO my question is are there plans to include the prototyping information in the REST API?
(Or perhaps I am missing something, and there is a way to do this?)