Package version:

Interface DataFlowReference

Data flow reference type.

Hierarchy

  • DataFlowReference

Indexable

[property: string]: any

Properties

datasetParameters?: any

Reference data flow parameters from dataset.

parameters?: {
    [propertyName: string]: any;
}

Data flow parameters

Type declaration

  • [propertyName: string]: any
referenceName: string

Reference data flow name.

type: string

Data flow reference type.

Generated using TypeDoc