Click or drag to resize

ModuleCategory Class

Defines document categories for JavaScript modules.
Inheritance Hierarchy
System.Object
  Microsoft.ClearScript.JavaScript.ModuleCategory

Namespace: Microsoft.ClearScript.JavaScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntax
public static class ModuleCategory

The ModuleCategory type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCommonJS Gets the document category for CommonJS modules.
Public propertyStatic memberStandard Gets the document category for standard ECMAScript 6 modules.
Top
See Also