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