API Reference
Class
TablerCollectionFilter
Typed filter token expression for collection toolbar chips.
Inheritance
- Object
- TablerCollectionFilter
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method TablerCollectionFilter.Any
- Method TablerCollectionFilter.Token
Accepted by parameters
Methods
public static TablerCollectionFilter Any(params String[] tokens) #Returns:
TablerCollectionFilterMatches any of the normalized collection filter tokens.
Parameters
- tokens System.String[]
public static TablerCollectionFilter Token(String token) #Returns:
TablerCollectionFilterMatches one normalized collection filter token.
Parameters
- token System.String