Preparing search index...
The search index is not available
jikan4.js
jikan4.js
v4
CharacterFull
Class CharacterFull
Hierarchy (
view full
)
Character
CharacterFull
Index
Constructors
constructor
Properties
about
anime
client
favorites
id
image
manga
name
name
Kanji
nicknames
url
voices
Methods
get
Anime
get
Full
get
Manga
get
Pictures
get
Voice
Actors
parse
Date
parseURL
Constructors
constructor
new
Character
Full
(
client
,
data
)
:
CharacterFull
Parameters
client
:
Client
data
:
any
Returns
CharacterFull
Properties
Readonly
about
about
:
null
|
string
Readonly
anime
anime
:
CharacterAnimeReference
[]
Readonly
client
client
:
Client
Readonly
favorites
favorites
:
number
Readonly
id
id
:
number
Readonly
image
image
:
ImageFormatCollection
Readonly
manga
manga
:
CharacterMangaReference
[]
Readonly
name
name
:
string
Readonly
name
Kanji
name
Kanji
:
null
|
string
Readonly
nicknames
nicknames
:
string
[]
Readonly
url
url
:
URL
Readonly
voices
voices
:
CharacterVoiceActorReference
[]
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
anime
client
favorites
id
image
manga
name
name
Kanji
nicknames
url
voices
Methods
get
Anime
get
Full
get
Manga
get
Pictures
get
Voice
Actors
parse
Date
parseURL
jikan4.js
Loading...