Options
All
  • Public
  • Public/Protected
  • All
Menu

Manga For List

Mal.Manga.fields()
.alternativeTitles()
.startDate()
.endDate()
.synopsis()
.mean()
.rank()
.popularity()
.numListUsers()
.numScoringUsers()
.nsfw()
.genres()
.createdAt()
.updatedAt()
.mediaType()
.status()
.myListStatus(
Mal.Manga.listStatusFields()
.startDate()
.finishDate()
.priority()
.numTimesReread()
.rereadValue()
.tags()
.comments()
)
.numVolumes()
.numChapters()
.authors();

Type parameters

  • T

Hierarchy

  • MangaFields

Index

Constructors

Properties

fields: {} = {}

Type declaration

  • [key: string]: boolean | string
type: T = ...

Methods

  • authors{first_name,last_name}

    Parameters

    • overrideFields: string[] = ...

      It's recomended to left this one empty All fields are included by default since there are only 2 {first_name,last_name} Keep in mind that override is not type safe

    Returns MangaFields<T & Authors>

Generated using TypeDoc