FilterStrategy
Can be used to filter the data. When used in combination with DataSymbol, the data is filtered on the server.
Schema: tchmi:general#/definitions/Object
Attribute getter
public getFilterStrategy(): TcHmi.FilterInstance.Strategy | keyof typeof TcHmi.FilterInstance.Strategy | null;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmi.FilterInstance.Strategy, keyof typeof TcHmi.FilterInstance.Strategy, null | The current value of the attribute. |
Attribute setter
public setFilterStrategy(valueNew: TcHmi.FilterInstance.Strategy | keyof typeof TcHmi.FilterInstance.Strategy | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | TcHmi.FilterInstance.Strategy, keyof typeof TcHmi.FilterInstance.Strategy, 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. |
![]() | Available since version 1.12.760 |
