ISearchAssociatedContentOptions

Interface

Options for searching associated content for a given entity

Properties

Property Type Notes
association "related" | "connected"

The type of association to search for (e.g., "related", "connected")

entity HubEntity

The entity to search for associated content

requestOptions IHubRequestOptions

The request options to use for the search

scope IQuery

The scope of the search. Must have targetEntity of "item"

layerId Optional string

Which layer within the entity should be searched. Required for "connected" associations

num Optional number

The number of results to return


Interface defined in common/src/search/types/types.ts:191