menu
thermion_dart package
documentation
thermion_dart/compatibility/web/interop/thermion_viewer_dart_bridge.dart
ThermionViewerJSDartBridge
removeLight method
removeLight method
dark_mode
light_mode
removeLight
method
@
JSExport
()
JSPromise
<
JSAny
?
>
removeLight
(
ThermionEntity
light
)
Implementation
@JSExport() JSPromise removeLight(ThermionEntity light) => viewer.removeLight(light).toJS;
thermion_dart package
documentation
thermion_dart/compatibility/web/interop/thermion_viewer_dart_bridge
ThermionViewerJSDartBridge
removeLight method
ThermionViewerJSDartBridge class