remove()
#
Removes a filter.
Arguments #
remove(filterId: string): Promise<void>;
Arguments | Type | Description |
---|---|---|
filterId | string | Filter unique identifier, obtained either with Koncorde.normalize or Koncorde.register |
Return #
The remove
function returns a promise, resolved once the filter has been completely removed from Koncorde.
Edit this page on Github(opens new window)