Skip to main content

foundation-comms.datasource.clearfilter

Home > @genesislcap/foundation-comms > Datasource > clearFilter

Datasource.clearFilter() method

Clears the filter with the specified name from the datasource.

Signature:

clearFilter?(name: string): Promise<void>;

Parameters

Parameter

Type

Description

name

string

The name of the filter to clear.

Returns:

Promise<void>

A promise that resolves when the filter has been cleared.