Interface: SearchWithFlowResult
Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:202
Result of searchWithFlow containing matches and their flow context.
Properties
matchingIds
matchingIds:
string&$brand<"ComponentId">[]
Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:204
IDs of components that matched the search.
visibleIds
visibleIds:
string&$brand<"ComponentId">[]
Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:206
IDs of all components visible in the matching flows.