SearchResult

Result of searching for data in the import modal

If you change this interface, check if your changes need to be synced with
editorextensioncardintegrationregistry.ts.

By specifying the itemsPerSearchResult, you can enable pagination for results in the import modal OR the
query sync modal. The offset and limit parameters in the search function will tell you which page of results
to return, whereas the AutoSyncPaginationSize variable and pageNumber parameter should be used to
calculate which search reults to return for query sync.


Properties

error?

optional error: string;

itemsPerSearchResult?

optional itemsPerSearchResult: number;

searchResults

searchResults: SearchResultPerCollection[];