CustomFilterConfiguration

A custom filter that filters based on a single value. This filter can be partially matched.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The category value for the filter.

Link copied to clipboard

The match operator that is used to determine if a filter should be applied.

Link copied to clipboard

This option determines how null values should be treated when filtering data.

Link copied to clipboard

The parameter whose value should be used for the filter value.

Link copied to clipboard

Select all of the values. Null is not the assigned value of select all.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String