ts-transforms / phases/selector-phase / default
Class: default
Extends
Constructors
new default()
new default(
opConfig
,selectorList
,opsManager
):default
Parameters
Parameter | Type |
---|---|
opConfig | WatcherConfig |
selectorList | SelectorConfig [] |
opsManager | OperationsManager |
Returns
Overrides
Source
Properties
hasProcessing
hasProcessing:
boolean
Inherited from
Source
opConfig
protected
opConfig:WatcherConfig
Inherited from
Source
phase
readonly
phase:OperationsPipline
Inherited from
Source
selectionPhase
readonly
selectionPhase:Operation
[]
Source
Methods
run()
run(
data
):DataEntity
<Record
<string
,any
>,_DataEntityMetadata
<Record
<string
,any
>>>[]
Parameters
Parameter | Type |
---|---|
data | DataEntity <Record <string , any >, _DataEntityMetadata <Record <string , any >>>[] |
Returns
DataEntity
<Record
<string
, any
>, _DataEntityMetadata
<Record
<string
, any
>>>[]