menu
thermion_dart package
documentation
thermion_dart/compatibility/web/interop/thermion_viewer_dart_bridge.dart
ThermionViewerJSDartBridge
rotateUpdate method
rotateUpdate method
dark_mode
light_mode
rotateUpdate
method
@
JSExport
()
JSPromise
<
JSAny
?
>
rotateUpdate
(
double
x
,
double
y
)
Implementation
@JSExport() JSPromise rotateUpdate(double x, double y) => viewer.rotateUpdate(x, y).toJS;
thermion_dart package
documentation
thermion_dart/compatibility/web/interop/thermion_viewer_dart_bridge
ThermionViewerJSDartBridge
rotateUpdate method
ThermionViewerJSDartBridge class