Skip to content

JSPropertyDescriptor.Data property

Gets the optional context data object to be passed to getter/setter or method callbacks.

C#
public object? Data { get; }

See Also

Released under the MIT license