> For the complete documentation index, see [llms.txt](https://docs.hello-lisa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hello-lisa.com/developers/widgets/api-reference.md).

# API reference

### Methods

This section lists the public methods the LiSA Content Hub exposes.

destroy()

Remove all markup injected by LiSA Content hub and unregister all event listeners.

**Usage example:**

```
window.LiSA.library.destroy();
```

reInit()

Re-initialize the LiSA Content Hub with all its registered configurations.

**Usage example:**

```
window.LiSA.library.reInit();
```

### Components

The LiSA Content Hub exposes a set of components which also allow for customization of the behaviour of the Content Hub. Please see the API references for each of the components:

Library API reference

Player API reference

Quick View API reference
