[@medialib/medialib-manga-source-mangadex](../README.md) / [Exports](../modules.md) / Chapter

# Class: Chapter<T\>

## Type parameters

| Name | Type |
| :------ | :------ |
| `T` | extends [`chapterDetails`](../modules.md#chapterdetails) = [`chapterDetails`](../modules.md#chapterdetails) |

## Hierarchy

- [`AbstractMedia`](AbstractMedia.md)<`T`\>

  ↳ **`Chapter`**

## Table of contents

### Constructors

- [constructor](Chapter.md#constructor)

### Methods

- [getDetails](Chapter.md#getdetails)

## Constructors

### constructor

• **new Chapter**<`T`\>(`details`)

#### Type parameters

| Name | Type |
| :------ | :------ |
| `T` | extends [`chapterDetails`](../modules.md#chapterdetails) = [`chapterDetails`](../modules.md#chapterdetails) |

#### Parameters

| Name | Type |
| :------ | :------ |
| `details` | `T` |

#### Overrides

[AbstractMedia](AbstractMedia.md).[constructor](AbstractMedia.md#constructor)

#### Defined in

node_modules/@medialib/medialib-manga/dist/chapter/Chapter.d.ts:4

## Methods

### getDetails

▸ **getDetails**(): `T`

#### Returns

`T`

#### Inherited from

[AbstractMedia](AbstractMedia.md).[getDetails](AbstractMedia.md#getdetails)

#### Defined in

node_modules/@medialib/medialib/dist/AbstractMedia.d.ts:5
