[api-typescript-generator](../../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / JsDocBlock

# Interface: JsDocBlock

[index](../modules/index.md).JsDocBlock

JsDoc block to be rendered.

## Table of contents

### Properties

- [description](index.JsDocBlock.md#description)
- [tags](index.JsDocBlock.md#tags)
- [title](index.JsDocBlock.md#title)

## Properties

### description

• `Optional` **description**: `string`

The description of the JsDoc block. Follows the title, separated by a blank line.

___

### tags

• **tags**: [`JsDocBlockTag`](index.JsDocBlockTag.md)[]

JsDoc tags.

___

### title

• `Optional` **title**: `string`

The first line of the JsDoc block.
