Skip to content

JSModuleContext.Module property

Gets an instance of the class that represents the module, or null if there is no module class.

C#
public object? Module { get; }

See Also

Released under the MIT license