Skip to content

JSProxy.DefineProperty delegate

C#
public delegate bool DefineProperty(JSObject target, JSValue property, JSObject descriptor);

See Also

Released under the MIT license