Attributes for the <metabase-browser> web component.

Embeds a collection browser so people can navigate collections and open dashboards or questions. Only available for authenticated (SSO) modular embeds.

Remarks

Pro/Enterprise

Properties

Property Type Description
collection-entity-types string[] An array of entity types to show in the collection browser: collection, dashboard, question, model.

Optional
Possible values: "model", "collection", "dashboard", "question"
collection-page-size number How many items to show per page in the collection browser.

Optional
collection-visible-columns string[] An array of columns to show in the collection browser: type, name, description, lastEditedBy, lastEditedAt, archive.

Optional
Possible values: "type", "name", "description", "lastEditedBy", "lastEditedAt", "archive"
data-picker-entity-types string[] An array of entity types to show in the question’s data picker: model, table.

Optional
Possible values: "model", "table"
enable-entity-navigation boolean Whether to enable internal entity navigation (links to dashboards/questions).

Optional
Default: false
initial-collection string | number Which collection to start from. Use a collection ID (e.g., 14) to start in a specific collection, or "root" for the top-level “Our Analytics” collection.
read-only boolean Whether the content manager is in read-only mode. When true, people can interact with items (filter, summarize, drill-through) but can’t save. When false, they can create and edit items.

Optional
Default: true
with-new-dashboard boolean Whether to show the “New dashboard” button. Only applies when read-only is false.

Optional
Default: true
with-new-question boolean Whether to show the “New exploration” button.

Optional
Default: true

Read docs for other versions of Metabase.

Was this helpful?

Thanks for your feedback!
Want to improve these docs? Propose a change.