TabPanelProps interface for tab panel component
Pre-search filters applied via the drawer before results are displayed. These are distinct from column filters which operate on already-displayed results.
AppContextProps interface for application context
TableProps interface for table component
ProductTableProps interface for product table component
ProductTableHeader interface for table header component
FilterVariantComponentProps interface for filter variant component
TableOptionsProps interface for table options component
FilterInputProps interface for filter input component
Props interface for generic component props
IconSpinnerProps interface for icon spinner component
FilterVariantInputProps interface for filter variant input component
Props for the LoadingBackdrop component
Props for the SpeedDialMenu component
Props for the TabHeader component
Props for the Link component
Props for the SearchInput component
Props for the UseResultsTable hook
Props for the UseSearch hook
Props for the IconTextFader component
Describes where a column's drawer-section value reads/writes in app state.
DrawerSearchPanel dispatches on .kind to pull/push the right slice —
columns don't need to know how the context is structured.
Column-meta payload describing how a column appears in the drawer
accordion. Only columns with meta.drawer set are rendered there.
The widget field picks the input component and must match the
runtime type of options (e.g. "autocompleteObjects" needs
{ code: string; label: string }[]).
HelpTooltipProps interface for help tooltip component