ScriptStringExecutionParameter interface

a plain text value execution parameter

Extends

Properties

type

Polymorphic discriminator, which specifies the different types this object can be

value

The value for the passed parameter

Inherited Properties

name

The parameter name

Property Details

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Value"

Property Value

"Value"

value

The value for the passed parameter

value?: string

Property Value

string

Inherited Property Details

name

The parameter name

name: string

Property Value

string

Inherited From ScriptExecutionParameter.name