Device Monitoring Studio - Monitor, log and analyze data coming through PC ports and connections
Download Device Monitoring Studio Hide this button

VisConfig.Filter Interface

This interface is used to configure Display Filter or Capture Filter.

Declaration

interface Filter {
    // Properties
    ${name}?: string;
    ${expression}?: string;
}
// This interface is not available in managed environment
// This interface is not available in native environment

Filter Properties

name

name?: string;
// This property is not available in managed environment
// This property is not available in native environment

Predefined filter name. If this property is specified, expression property must not be set.

expression

expression?: string;
// This property is not available in managed environment
// This property is not available in native environment

Custom filter expression. If this property is specified, name property must not be set.