< Back
Get-Puppeteer_DeclareVariable
Post
NAME Get-Puppeteer_DeclareVariable
SYNOPSIS
This function returns the Node JS Puppeteer code for declaring a variable.
SYNTAX
Get-Puppeteer_DeclareVariable [-name] <String> [-value] <String> [-const] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-name <String>
The name of the variable.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-value <String>
The value of the variable.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-const [<SwitchParameter>]
Select if the variable should be const.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.String
RELATED LINKS
SYNOPSIS
This function returns the Node JS Puppeteer code for declaring a variable.
SYNTAX
Get-Puppeteer_DeclareVariable [-name] <String> [-value] <String> [-const] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-name <String>
The name of the variable.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-value <String>
The value of the variable.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-const [<SwitchParameter>]
Select if the variable should be const.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.String
RELATED LINKS