Function: describeFilter()
function describeFilter(kind, config): string;
Defined in: packages/client/src/core/sync/filter-identity.ts:79
Builds the identity string for a filter of a given kind and configuration.
Parameters
| Parameter | Type | Description |
|---|---|---|
kind | string | What sort of filter this is, e.g. "internal" or "class". |
config | unknown | The options the filter was built from. |
Returns
string
A string suitable for withFilterIdentity.