Interface DataFlowFeatureOptions

interface DataFlowFeatureOptions {
    flow?: Flow;
    strategy?: TraverseStrategy;
}

Hierarchy (View Summary)

Properties

Properties

flow?: Flow
strategy?: TraverseStrategy