Share via


ScriptActivityParameter interface

Parameters of a script block.

Properties

direction

The direction of the parameter.

name

The name of the parameter. Type: string (or Expression with resultType string).

size

The size of the output direction parameter.

type

The type of the parameter.

value

The value of the parameter.

Property Details

direction

The direction of the parameter.

direction?: string

Property Value

string

name

The name of the parameter. Type: string (or Expression with resultType string).

name?: any

Property Value

any

size

The size of the output direction parameter.

size?: number

Property Value

number

type

The type of the parameter.

type?: string

Property Value

string

value

The value of the parameter.

value?: any

Property Value

any