Defines the filtering information necessary for a component UI to enable behavior to drill down when a user clicks on a portion of a component like an element of a chart or a row in a table

Constructors

Properties

Constructors

Properties

baseFilter: string

If the data context that was provided to Skip for generating a component had filtered data related to the drill down view noted in viewName property, then this baseFilter value will be populated with a SQL filter that can be added to a WHERE clause with an AND statement to ensure that the filtering is inclusive of the data context's in-built filters.

One or more filters that are used to filter the data in the view to the specific row or rows that the user clicked on

viewName: string

The name of the view in the database that we should drill into whenever a user clicks on an element in the component