Filter

Defines filter rules that are applied to read access to the DataSymbol when using DataSymbol.

Schema: tchmi:server#/definitions/filter

Attribute getter

public getFilter(): Filter | null | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

Filter[ ], null, undefined

The current value of the attribute.

Attribute setter

public setFilter(valueNew: Filter | null): void;

Parameter

Name

Type

Description

valueNew

Filter[ ], null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

Filter 1:

Available from version 1.12