OptionalclassOptionalcollectionThe numerical ID of the collection, "personal" for the user's personal collection, "tenant" for the user's tenant collection, or "root" for the root collection. You can find this ID in the URL when accessing a collection in your Metabase instance. For example, the collection ID in http://localhost:3000/collection/1-my-collection would be 1. Defaults to "personal"
OptionalEmptyA component to display when there are no items in the collection.
OptionalonA function to call when an item is clicked.
OptionalpageThe number of items to display per page. The default is 25.
OptionalshowWhether to show questions that belong to a dashboard alongside collection saved questions. Set to false to hide them and keep the list focused on collection content, matching the core Metabase app. Defaults to true.
OptionalstyleA custom style object to be added to the root element.
OptionalvisibleThe columns to display in the collection items table. If not provided, all columns will be shown.
OptionalvisibleThe types of entities that should be visible. If not provided, all entities will be shown.
A custom class name to be added to the root element.