Skip to content

JSClassBuilder<T>.DefineStaticClass method

Creates a JS object that represents a static class. The object that represents the class has (static) properties, but is not a constructor function so it cannot be instantiated.

C#
public JSValue DefineStaticClass()

See Also

Released under the MIT license