Using Cesium instance or type outside main vue-cesium component file #148
Unanswered
naiconovalabs
asked this question in
Q&A
Replies: 1 comment 5 replies
-
We noticed this problem, in 3.0.7 most of the type definitions have been exposed. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm using vue3 with composition api and typescript.
I can use "Cesium" instance only inside onViewerReady event but I can't use it outside.
I want to do this because I neet to extract some logic parts from main vue-cesium component file to other .ts files.
For example I need to do this:
can you give me some advice?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions