Home > widget-integration > ToolbarElements

ToolbarElements type

Signature:

export type ToolbarElements = {
	viewAs?: ToolbarViewAs;
	productCount?: ToolbarProductCount;
	showLimitList?: ToolBarShowLimitList;
	sorting?: ToolbarSorting;
};

References: ToolbarViewAs, ToolbarProductCount, ToolBarShowLimitList, ToolbarSorting