The TemplatedColumn class represents a column whose data is of a given type. The is method makes it possible for TypeScript to determine the type of data the column holds, and for the getValue() method to be strongly typed.

For example, if the column has type PODPipelineInputFieldType.String, then the getValue() method will return a JavaScript string.

Type Parameters

Constructors

Properties

Methods

Constructors

Properties

name: string
type: T

Methods

  • Returns string

Generated using TypeDoc