BookmarkSearchResultsInterface
Magento\Ui\Api\Data\BookmarkSearchResultsInterface
What it does
This interface defines the contract for search results when querying bookmarks in Magento's UI components.
Developers use this to retrieve collections of bookmark data with pagination and filtering support, typically when fetching saved grid views or user preferences.
It extends the base SearchResultsInterface to ensure consistent handling of bookmark search operations throughout the system.
Public Methods
- getItems()
- setItems()