Skip to content

JSCallbackDescriptor.Data property

Gets the optional data object that will be passed to the callback via Data.

C#
public object? Data { get; }

See Also

Released under the MIT license