JavaScriptRunScriptAnnotation Constructors
Class Constructors 1 member
Represents the annotation for the script used during run mode in a JavaScript resource.
Constructor(string, string[]?) Section titled Constructor(string, string[]?) Represents the annotation for the script used during run mode in a JavaScript resource.
public sealed class JavaScriptRunScriptAnnotation{ public JavaScriptRunScriptAnnotation( string scriptName, string[]? args) { // ... }}Parameters
scriptName string The name of the JavaScript package manager's run script. args string[]? The command line arguments for the JavaScript package manager's run script.