JsProxy

object JsProxy

Base implementations for JS proxy objects.

Types

Link copied to clipboard
value class MutableObjectProxy : ProxyObject

A mutable ProxyObject that can be used to mimic JS plain objects created in the JVM.

Link copied to clipboard
class PropertyProxy : ProxyObject

Property wrapping proxy for a given delegate.

Functions

Link copied to clipboard
fun build(builder: JsProxy.MutableObjectProxy.Builder.() -> Unit): ProxyObject

Returns a new mutable ProxyObject containing the properties added by the builder.

Link copied to clipboard