jikan4.js
Preparing search index...
v4
MangaRelationGroup
Class MangaRelationGroup<T>
Type Parameters
T
extends
ContentRelationType
Hierarchy (
View Summary
)
ContentRelationGroup
<
T
>
MangaRelationGroup
Index
Constructors
constructor
Properties
client
items
relation
Methods
parse
Date
parseURL
Constructors
constructor
new
MangaRelationGroup
<
T
extends
ContentRelationType
>
(
client
:
Client
,
relation
:
T
,
data
:
any
,
)
:
MangaRelationGroup
<
T
>
Type Parameters
T
extends
ContentRelationType
Parameters
client
:
Client
relation
:
T
data
:
any
Returns
MangaRelationGroup
<
T
>
Properties
Readonly
client
client
:
Client
Readonly
items
items
:
T
extends
"Adaptation"
?
AnimeMeta
[]
:
MangaMeta
[]
Readonly
relation
relation
:
T
Methods
Static
parse
Date
parseDate
<
IsNullable
extends
boolean
=
false
>
(
input
:
any
,
nullable
?:
IsNullable
,
)
:
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
extends
boolean
=
false
>
(
input
:
any
,
nullable
?:
IsNullable
,
)
:
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
client
items
relation
Methods
parse
Date
parseURL
jikan4.js
Loading...