Skip to content
DocsTry Aspire
DocsTry

JavaScriptInstallCommandAnnotation Constructors

ClassConstructors1 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)
{
// ...
}
}
argsstring[] The command line arguments for the JavaScript package manager's install command. This includes the command itself (i.e. "install").