jikan4.js
Preparing search index...
v4
MangaTopic
Class MangaTopic
Hierarchy (
View Summary
)
BaseResource
MangaTopic
Index
Constructors
constructor
Properties
authorURL
author
Username
client
comments
date
id
title
url
Methods
parse
Date
parseURL
Constructors
constructor
new
MangaTopic
(
client
:
Client
,
data
:
any
)
:
MangaTopic
Parameters
client
:
Client
data
:
any
Returns
MangaTopic
Properties
Readonly
authorURL
authorURL
:
URL
Readonly
author
Username
authorUsername
:
string
Readonly
client
client
:
Client
Readonly
comments
comments
:
number
Readonly
date
date
:
Date
Readonly
id
id
:
number
Readonly
title
title
:
string
Readonly
url
url
:
URL
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
authorURL
author
Username
client
comments
date
id
title
url
Methods
parse
Date
parseURL
jikan4.js
Loading...