Default items shown when nothing is selected (the "All X" option)
ModelOptions
ModelOptions:FilterOption[] = []
promptDefaultItem
promptDefaultItem:FilterOption = ...
PromptOptions
PromptOptions:FilterOption[] = []
ShowAgentFilter
ShowAgentFilter:boolean = true
ShowCompareToggle
ShowCompareToggle:boolean = true
ShowExportButton
ShowExportButton:boolean = false
ShowModelFilter
ShowModelFilter:boolean = true
ShowPromptFilter
ShowPromptFilter:boolean = true
ShowStatusFilter
ShowStatusFilter:boolean = true
statusDefaultItem
statusDefaultItem:FilterOption = ...
StatusOptions
StatusOptions:FilterOption[] = ...
TimeRange
TimeRange:string = '24h'
TimeRangeChange
TimeRangeChange:EventEmitter<string> = ...
TimeRangeOptions
TimeRangeOptions:string[] = ...
Accessors
ActiveFilterCount
getActiveFilterCount():number
Number of active filter selections — drives the popover badge.
Returns number
HasFilterDropdowns
getHasFilterDropdowns():boolean
True when at least one of the filter dropdowns is enabled — drives whether to render the popover trigger.
Returns boolean
Methods
ClearAllFilters
ClearAllFilters():void
Returns void
ngOnInit
ngOnInit():void
A callback method that is invoked immediately after the
default change detector has checked the directive's
data-bound properties for the first time,
and before any of the view or content children have been checked.
It is invoked only once when the directive is instantiated.
Default items shown when nothing is selected (the "All X" option)