Skip to main content

ts-transforms / phases/base / default

Class: abstract default

Extended by

Constructors

new default()

new default(opConfig): default

Parameters

ParameterType
opConfigWatcherConfig

Returns

default

Source

phases/base.ts:9

Properties

hasProcessing

hasProcessing: boolean

Source

phases/base.ts:6


opConfig

protected opConfig: WatcherConfig

Source

phases/base.ts:7


phase

readonly phase: OperationsPipline

Source

phases/base.ts:5

Methods

run()

abstract run(data): DataEntity<Record<string, any>, _DataEntityMetadata<Record<string, any>>>[]

Parameters

ParameterType
dataDataEntity<Record<string, any>, _DataEntityMetadata<Record<string, any>>>[]

Returns

DataEntity<Record<string, any>, _DataEntityMetadata<Record<string, any>>>[]

Source

phases/base.ts:15