Skip to content

Interface: SearchWithFlowResult

Defined in: packages/riviere-query/src/domain-types.ts:200

Result of searchWithFlow containing matches and their flow context.

Properties

matchingIds

matchingIds: string & $brand<"ComponentId">[]

Defined in: packages/riviere-query/src/domain-types.ts:202

IDs of components that matched the search.


visibleIds

visibleIds: string & $brand<"ComponentId">[]

Defined in: packages/riviere-query/src/domain-types.ts:204

IDs of all components visible in the matching flows.