Preparing search index...
The search index is not available
jikan4.js
jikan4.js
v4
Character
Class Character
Hierarchy (
view full
)
BaseResource
Character
CharacterFull
Index
Constructors
constructor
Properties
about
client
favorites
id
image
name
name
Kanji
nicknames
url
Methods
get
Anime
get
Full
get
Manga
get
Pictures
get
Voice
Actors
parse
Date
parseURL
Constructors
constructor
new
Character
(
client
,
data
)
:
Character
Parameters
client
:
Client
data
:
any
Returns
Character
Properties
Readonly
about
about
:
null
|
string
Readonly
client
client
:
Client
Readonly
favorites
favorites
:
number
Readonly
id
id
:
number
Readonly
image
image
:
ImageFormatCollection
Readonly
name
name
:
string
Readonly
name
Kanji
name
Kanji
:
null
|
string
Readonly
nicknames
nicknames
:
string
[]
Readonly
url
url
:
URL
Methods
get
Anime
get
Anime
(
)
:
Promise
<
CharacterAnimeReference
[]
>
Returns
Promise
<
CharacterAnimeReference
[]
>
get
Full
get
Full
(
)
:
Promise
<
CharacterFull
>
Returns
Promise
<
CharacterFull
>
get
Manga
get
Manga
(
)
:
Promise
<
CharacterMangaReference
[]
>
Returns
Promise
<
CharacterMangaReference
[]
>
get
Pictures
get
Pictures
(
)
:
Promise
<
ImageFormatCollection
[]
>
Returns
Promise
<
ImageFormatCollection
[]
>
get
Voice
Actors
get
Voice
Actors
(
)
:
Promise
<
CharacterVoiceActorReference
[]
>
Returns
Promise
<
CharacterVoiceActorReference
[]
>
Static
parse
Date
parse
Date
<
IsNullable
>
(
input
,
nullable
?
)
:
IsNullable
extends
false
?
Date
:
null
|
Date
Type Parameters
IsNullable
extends
boolean
=
false
Parameters
input
:
any
nullable
:
IsNullable
= ...
Returns
IsNullable
extends
false
?
Date
:
null
|
Date
Static
parseURL
parseURL
<
IsNullable
>
(
input
,
nullable
?
)
:
IsNullable
extends
false
?
URL
:
null
|
URL
Type Parameters
IsNullable
extends
boolean
=
false
Parameters
input
:
any
nullable
:
IsNullable
= ...
Returns
IsNullable
extends
false
?
URL
:
null
|
URL
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
about
client
favorites
id
image
name
name
Kanji
nicknames
url
Methods
get
Anime
get
Full
get
Manga
get
Pictures
get
Voice
Actors
parse
Date
parseURL
jikan4.js
Loading...