Skip to content
Docs Try Aspire

JavaScriptBuildScriptAnnotation Properties

Class Properties 2 members
Represents the annotation for the JavaScript package manager's build script.
Args Section titled Args string[]
Gets the command-line arguments supplied to the build script.
public string[] Args { get; }
ScriptName Section titled ScriptName string
Gets the name of the script used to build.
public string ScriptName { get; }