Skip to content
Docs Try Aspire

JavaScriptInstallCommandAnnotation Constructors

Class Constructors 1 member
Represents the annotation for the JavaScript package manager's install command.
Represents the annotation for the JavaScript package manager's install command.
public sealed class JavaScriptInstallCommandAnnotation
{
public JavaScriptInstallCommandAnnotation(
string[] args)
{
// ...
}
}
args string[] The command line arguments for the JavaScript package manager's install command. This includes the command itself (i.e. "install").