Skip to content

TLoadMoreProductsEventBody object

TLoadMoreProductsEventBody is an object which represents the detail of loadMoreProducts event and consists of the following fields:

type TLoadMoreProductsEventBody = {
    searchPhrase: string;
    page: number;
    moduleInstanceId: string;
};