-
i want write function to fly the view: |
Beta Was this translation helpful? Give feedback.
Answered by
pmconne
Jan 5, 2021
Replies: 1 comment
-
ViewState.toProps will give you a JSON representation of the view that you can save for later reuse.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pmconne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ViewState.toProps will give you a JSON representation of the view that you can save for later reuse.
To restore the view and apply it to a Viewport, do something like: