clearFilter()
Last updated 5/09/2024
The
clearFilter()
is a function on the Five
object that deletes a previously added value in the stack. It is generally used
in conjunction with the addFilter()
function.
Available
Client and Server
Function Signature
clearFilter(keyName: string) : void;
Parameter | Type | Description |
---|---|---|
keyName | string | The fully qualified primary key as a string |