Options
All
  • Public
  • Public/Protected
  • All
Menu

Match condition.

Index

Enumeration members

Enumeration members

Any

Any:

Matches any.

Contains

Contains:

Matches if a test string contains a filter string.

EndsWith

EndsWith:

Matches if a test string ends with a filter string.

Match

Match:

Exact match.

StartsWith

StartsWith:

Matches if a test string starts with a filter string.

Generated using TypeDoc