ts-transforms / phases/output-phase / default
Class: default
Defined in: phases/output-phase.ts:11
Extends
Constructors
new default()
new default(
opConfig
,outputConfig
,_opsManager
):default
Defined in: phases/output-phase.ts:17
Parameters
Parameter | Type |
---|---|
opConfig | WatcherConfig |
outputConfig | OutputValidation |
_opsManager | OperationsManager |
Returns
Overrides
Properties
Property | Modifier | Type | Inherited from | Defined in |
---|---|---|---|---|
hasProcessing | public | boolean | default .hasProcessing | phases/base.ts:6 |
opConfig | protected | WatcherConfig | default .opConfig | phases/base.ts:7 |
phase | readonly | OperationsPipline | default .phase | phases/base.ts:5 |
Methods
requiredExtractions()
requiredExtractions(
data
):DataEntity
<Record
<string
,any
>,_DataEntityMetadata
<Record
<string
,any
>>>[]
Defined in: phases/output-phase.ts:29
Parameters
Parameter | Type |
---|---|
data | DataEntity <Record <string , any >, _DataEntityMetadata <Record <string , any >>>[] |
Returns
DataEntity
<Record
<string
, any
>, _DataEntityMetadata
<Record
<string
, any
>>>[]
run()
run(
data
):DataEntity
<Record
<string
,any
>,_DataEntityMetadata
<Record
<string
,any
>>>[]
Defined in: phases/output-phase.ts:47
Parameters
Parameter | Type |
---|---|
data | DataEntity <Record <string , any >, _DataEntityMetadata <Record <string , any >>>[] |
Returns
DataEntity
<Record
<string
, any
>, _DataEntityMetadata
<Record
<string
, any
>>>[]