ApplyFilterAction
When to apply a Filter: 'Always', 'Never' or 'Throttle'
TypeScript
export type ApplyFilterAction = 'Always' | 'Never' | 'Throttle';When to apply a Filter: 'Always', 'Never' or 'Throttle'
export type ApplyFilterAction = 'Always' | 'Never' | 'Throttle';