Skip to main content
We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.

Overview

Skeleton

Panel

Header (Panel)

The FilterContainer is the Main Filter bottom-sheet/menu surface; the FilterDropdown is the header dropdown that renders mini-filter, sort, quick, and combined actions content depending on its configured type. The actions dropdown replaces the removed minimal-actions dropdown.

CloseButton (Panel Header)

Search (Panel Header)

Icon (Panel Header Search)
Input (Panel Header Search)

FilterButton (Panel Header)

The FilterButton opens the Main Filter container. Bind appliedCount and isFilterActive on its child wireframes to surface the active-filter state.
AppliedIcon (Panel Header FilterButton)

FilterContainer (Panel Header)

The Main Filter container is the bottom-sheet/menu filter surface. GroupBy renders only when grouping is enabled (groupingEnabled); bind groupByOptions for its options. Available data variables on these wireframes include value, label, count, mode, selected, group, groupingEnabled, groupByOptions, chips, searchable, placeholder, isFilterActive, and appliedCount.
Title (Panel Header FilterContainer)
GroupBy (Panel Header FilterContainer)
SectionList (Panel Header FilterContainer)
SectionControl, SectionControlSearch, SectionOptionList, and SectionField accept a searchable boolean input that toggles the per-section search box. Bind dynamic data (value, label, count, selected, chips, placeholder) on the leaf wireframe, not its container — bindings update live only when bound to a signal on the leaf. Section (Panel Header FilterContainer SectionList)
SectionLabel (Panel Header FilterContainer Section)
SectionField (Panel Header FilterContainer Section)
SectionControl (Panel Header FilterContainer SectionField)
SectionControlChevron (Panel Header FilterContainer SectionControl)
SectionControlValue (Panel Header FilterContainer SectionControl)
SectionControlChipList (Panel Header FilterContainer SectionControl)
SectionControlChip (Panel Header FilterContainer SectionControlChipList)
SectionControlSearch (Panel Header FilterContainer SectionControl)
SectionOptionList (Panel Header FilterContainer SectionField)
SectionOption (Panel Header FilterContainer SectionOptionList)
SectionOptionCheckbox (Panel Header FilterContainer SectionOption)
SectionOptionName (Panel Header FilterContainer SectionOption)
SectionOptionCount (Panel Header FilterContainer SectionOption)
ResetButton (Panel Header FilterContainer)
ApplyButton (Panel Header FilterContainer)
CloseButton (Panel Header FilterContainer)

FullscreenButton (Panel Header)

FilterDropdown (Panel Header)

The FilterDropdown renders mini-filter, sort, quick, or combined actions content depending on its configured type. The CategoryLabel and per-item Count sub-slots are new in this release.
Trigger (Panel Header FilterDropdown)
Content (Panel Header FilterDropdown)
List (Panel Header FilterDropdown Content)
Label (Panel Header FilterDropdown Content List Category)
Item (Panel Header FilterDropdown Content List)
Indicator (Panel Header FilterDropdown Content List Item)
Label (Panel Header FilterDropdown Content List Item)
Count (Panel Header FilterDropdown Content List Item)
Category (Panel Header FilterDropdown Content List)
Content (Panel Header FilterDropdown Content List Category)

List (Panel)

The group header renders once per group when grouping is enabled. Bind group.label and group.count on the leaf wireframes to surface live group metadata.

ListGroupHeader (Panel List)

Label (Panel List ListGroupHeader)
Count (Panel List ListGroupHeader)
Chevron (Panel List ListGroupHeader)
Separator (Panel List ListGroupHeader)

EmptyPlaceholder (Panel)

ResetFilterButton (Panel EmptyPlaceholder)

PageModeComposer (Panel)

FocusedThread (Panel)

BackButton (Panel FocusedThread)

DialogContainer (Panel FocusedThread)