Skip to content

StreamFacetOptions

Options for getStreamFacet. Deliberately no ctx — a context bag only ever affects content resolution, never row membership, so it cannot change a facet count. filters should carry every OTHER currently active filter — the target field’s own value, if present, is silently excluded server-side (a facet never narrows itself).

optional filters?: Record<string, string | readonly string[]>


optional locale?: string


optional signal?: AbortSignal

RequestOptions.signal