JSValue.DefineProperties method (1 of 2)
C#
public void DefineProperties(IReadOnlyCollection<JSPropertyDescriptor> descriptors)
See Also
- struct JSPropertyDescriptor
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi
JSValue.DefineProperties method (2 of 2)
C#
public void DefineProperties(params JSPropertyDescriptor[] descriptors)
See Also
- struct JSPropertyDescriptor
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi