kotlin-stdlib / kotlin.collections / MutableMap / asJsMapView asJsMapView JS 2.0 open fun asJsMapView(): <ERROR CLASS><K, V>(source) Returns a view with the JsMap methods to consume it in JavaScript as a regular Map. Structural changes in the base map are synchronized with the view, and vice verse.