ChannelPayloadFilter type
Predicate deciding whether one change should invalidate the cached method.
Returning true invalidates. Unlike the array form of ChannelFilter, this reads the way you expect — see that type for the inversion.
Signature:
export type ChannelPayloadFilter = (payload: ChannelPayload) => boolean;
References: ChannelPayload
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.