Skip to content

JSProxy Implicit operator

Implicitly converts a JSProxy to a JSValue.

C#
public static implicit operator JSValue(JSProxy proxy)
parameterdescription
valueThe JSProxy to convert.

See Also

Released under the MIT license