LintTransformer
Extends:
src/lib/transform/PartialTransformer.js~PartialTransformer → LintTransformer
A transformer ensuring no invalid alarm condition filter nodes are pulled.
Method Summary
Public Methods | ||
public |
shouldBeTransformed(node: Node): boolean Returns |
|
public |
async transformFromDB(node: Node, undefined: undefined): Promise Removes filter alarm condition filter nodes that have an invalid dataType. |
|
public |
async transformFromFilesystem(): Promise Does nothing. |
Public Methods
public shouldBeTransformed(node: Node): boolean source
Returns true
for all alarm condition filter nodes.
Params:
Name | Type | Attribute | Description |
node | Node |