Skip to content

JSCallbackArgs.Data property

Gets the optional context object that was provided when the callback was registered.

C#
public object? Data { get; }

See Also

Released under the MIT license