PassThroughRefinement
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new PassThroughRefinement(options?): PassThroughRefinement;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
{ |
|
|
|
|
|
|
Returns
Section titled “Returns”PassThroughRefinement
Properties
Section titled “Properties”readonly name: string;Implementation of
Section titled “Implementation of”order?
Section titled “order?”readonly optional order?: "parallel" | "serial";Implementation of
Section titled “Implementation of”Methods
Section titled “Methods”refine()
Section titled “refine()”refine(): Promise<RefineDecision>;Returns
Section titled “Returns”Promise<RefineDecision>