# TableOfContents

## Purpose

Component TableOfContents

## Props

### Required

| Prop       | Type      | Description    |
| ---------- | --------- | -------------- |
| `headings` | `unknown` | No description |

### Optional

| Prop                  | Type     | Default             | Values | Description    |
| --------------------- | -------- | ------------------- | ------ | -------------- |
| `title`               | `String` | `'Jump to Section'` | -      | No description |
| `initialHeadingTitle` | `String` | `'Overview'`        | -      | No description |

## Dependencies

### External

- vue

### Internal

- ./TableOfContentsItem.vue

## Usage Example

```vue
<template>
  <TableOfContents
    :headings=""valor""
  >
  </TableOfContents>
</template>
```

## Related Links

- [TypeScript Definitions](./TableOfContents.d.ts)
- [Component Implementation](./TableOfContents.vue)
- [Export Module](./tableofcontents.js)
- [Package Configuration](./package.json)
