Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScriptActivityParameter

Package version

Parameters of a script block.

Hierarchy

  • ScriptActivityParameter

Index

Properties

Optional direction

The direction of the parameter.

Optional name

name: any

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

Optional size

size: undefined | number

The size of the output direction parameter.

Optional type

The type of the parameter.

Optional value

value: any

The value of the parameter.

Generated using TypeDoc