This class represents a genre tag for a manga

Hierarchy

Implements

Constructors

Properties

description: LocalizedString

Localized descriptions for this tag

group: "content" | "format" | "genre" | "theme"

The tag group this tag belongs to

id: string

MangaDex UUID of this tag

Localized names for this tag

version: number

The version of this tag (incremented whenever the tag's data is updated)

allTagCache: Tag[]

Accessors

Methods

  • Retrieves every tag used on MangaDex. The result is cached so any promise after the first will resolve instantly.

    Returns Promise<Tag[]>

  • Return the first tag that contains the specified name

    Parameters

    • name: string

    Returns Promise<Tag>

  • Return tags with the associated names

    Parameters

    • names: string[]

    Returns Promise<Tag[]>

Generated using TypeDoc