Home > widget-integration > ToolbarSettings

ToolbarSettings type

Signature:

export type ToolbarSettings = {
	elements?: ToolbarElements;
	layout: "1_1" | "1_2" | "1_3" | "2_1" | "2_2" | "2_3" | "2_4" | "3_1" | "3_2" | "3_3" | "3_4" | "4_1" | "4_2";
	filterText: ToolbarFilterText;
	refineByText: ToolbarRefineBy;
};

References: ToolbarElements, ToolbarFilterText, ToolbarRefineBy