RecommendationsBoxCustomizations
Properties
border?
optional border?: string;
The CSS border of the widget box
borderRadius?
optional borderRadius?: number;
The border radius of the widget box
boxShadow?
optional boxShadow?: string;
The CSS box-shadow of the widget box
horizontalMargin?
optional horizontalMargin?: number;
A CSS margin to the left and right of the widget box
searchBox?
optional searchBox?: Pick<SearchBoxCustomizations, "searchIconUrl" | "placeholderText" | "fontSize">;
Optional style customizations for the search box
showNoRecommendationsHint?
optional showNoRecommendationsHint?: boolean;
Whether a hint should be displayed when no recommendations are present. default: true
verticalMargin?
optional verticalMargin?: number;
A CSS margin above and below the widget box