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