JSProxy.GetOwnPropertyDescriptor delegate
C#
public delegate JSPropertyDescriptor GetOwnPropertyDescriptor(JSObject target, JSValue property);
See Also
- struct JSPropertyDescriptor
- struct JSObject
- struct JSValue
- struct JSProxy
- namespace Microsoft.JavaScript.NodeApi