Interface DataFlowFeatures

Features for data flow.

interface DataFlowFeatures {
    flow: Flow;
    strategy: TraverseStrategy;
}

Hierarchy (View Summary)

Properties

Properties

flow: Flow