OptionalactionsOptionalchildrenList items or sections to render inside this list.
OptionalenableOptionalfilteringWhether to use Vicinae's builtin fuzzy filtering.
This is turned on by default unless a onSearchTextChange handler is passed, indicating that
custom filtering is desired.
OptionalisIf true, a loading indicator is shown right below the search bar to indicate loading activity.
OptionalisWhether to show the current list item's detail, if any.
If the current list item does not have a detail, this does nothing.
OptionalnavigationThe navigation title to display on the bottom left of the status bar, next to the command icon. This defaults to the name of the command.
OptionalonCalled every time the user modifies the search text by typing or editing.
This can be throttled using the throttle prop.
The new search text
OptionalonCalled every time the currently selected item changes. Note that this does not fire when transitioning from having a selected item to none at all.
OptionalsearchAccessory to show on the right of the search input. The list component only supports rendering a dropdown, in order to provide more filtering options.
OptionalsearchThe placeholder to show in the search bar if there is no search query.
OptionalsearchBind this prop to the value of the search text. This is used to turn the List into a controlled component.
OptionalthrottleThrottle the search so that search text change events are sent after a short delay instead of instaneously. Highly recommended if you need to fetch data on every change.
Action panel to use when no list item matches the current search query.