Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ScriptParameter

Details of the script parameters, paramName must be from the script content and these details can be used to overwrite the default parameter present in the script content.

Properties

Optional isSecret

isSecret: undefined | false | true

If the parameter value is secret and should be kept confidential, then set isSecret to true.

paramName

paramName: string

Name of the parameter.

Optional paramValue

paramValue: undefined | string

Value of the parameter.

Functions

getDeserializedJsonObj

getJsonObj