Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParameterDeclaration

Package version

Single topology parameter declaration. Declared parameters can and must be referenced throughout the topology and can optionally have default values to be used when they are not defined in the pipeline instances.

Hierarchy

  • ParameterDeclaration

Index

Properties

Optional default

default: undefined | string

The default value for the parameter to be used if the live pipeline does not specify a value.

Optional description

description: undefined | string

Description of the parameter.

name

name: string

Name of the parameter.

type

Type of the parameter.

Generated using TypeDoc