Skip to content
Docs Try Aspire

JavaScriptRunScriptAnnotation Constructors

Class Constructors 1 member
Represents the annotation for the script used during run mode in a JavaScript resource.
Represents the annotation for the script used during run mode in a JavaScript resource.
public sealed class JavaScriptRunScriptAnnotation
{
public JavaScriptRunScriptAnnotation(
string scriptName,
string[]? args)
{
// ...
}
}
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.