Version 1, Update 67
This update adds two parameters for the "NODE" prototyping Action
:
resetScrollPosition
: Whether to reset the scroll position of any scrollable elements. The parameter only applies if the current node and the destination have the same layout.resetInteractiveComponents
: Whether to reset the state of any interactive components. The parameter only applies if the destination has interactive components.
Use the parameters to manage the scroll behavior and component state of nodes in your prototype.
The resetScrollPosition
parameter replaces preserveScrollPosition
, which remains supported only for backwards compatibility. Instead of preserveScrollPosition
, if you want to preserve the current scroll position in the prototype, set resetScrollPosition
to false
.
For more information about the parameters and state management for prototypes, see: