Home > widget-integration > SHOW_MORE_TYPES
SHOW_MORE_TYPES variable
Filter option "Show More" behavior types.
Defines how filter options are displayed when there are many values, controlling the expansion/collapse mechanism.
Signature:
SHOW_MORE_TYPES: {
readonly DISPLAY_ALL_VALUES: "none";
readonly VIEW_MORE: "viewmore";
readonly SCROLL_BAR: "scrollbar";
readonly VIEW_MORE_SCROLL_BAR: "viewmore_scrollbar";
}
Remarks
Used in ViewMoreState to determine how users can access additional filter values.