An object representing a rendered catalog
| Attribute | Description |
|---|---|
| el HTMLElement | The DOM node into which the catalog was rendered. Can be passed to unmountCatalog to remove. |
| pushHistory (path: string) => void | A function to push changes to the catalog's current URL location. Calling pushHistory will update the catalog's state. |
| theme Catalog Theme | Styles for the rendered catalog. |
