jikan4.js
Preparing search index...
v4
ContentTitle
Class ContentTitle
Hierarchy (
View Summary
)
BaseClass
ContentTitle
Index
Constructors
constructor
Properties
client
default
english
french
german
japanese
spanish
synonyms
Methods
to
String
parse
Date
parse
URL
Constructors
constructor
new
ContentTitle
(
client
:
Client
,
data
:
any
)
:
ContentTitle
Parameters
client
:
Client
data
:
any
Returns
ContentTitle
Properties
Readonly
client
client
:
Client
Readonly
default
default
:
string
Readonly
english
english
:
string
|
null
Readonly
french
french
:
string
|
null
Readonly
german
german
:
string
|
null
Readonly
japanese
japanese
:
string
|
null
Readonly
spanish
spanish
:
string
|
null
Readonly
synonyms
synonyms
:
string
[]
Methods
to
String
toString
()
:
string
Returns a string representation of an object.
Returns
string
Static
parse
Date
parseDate
<
IsNullable
extends
boolean
=
false
>
(
input
:
any
,
nullable
?:
IsNullable
,
)
:
IsNullable
extends
false
?
Date
:
Date
|
null
Type Parameters
IsNullable
extends
boolean
=
false
Parameters
input
:
any
nullable
:
IsNullable
= ...
Returns
IsNullable
extends
false
?
Date
:
Date
|
null
Static
parse
URL
parseURL
<
IsNullable
extends
boolean
=
false
>
(
input
:
any
,
nullable
?:
IsNullable
,
)
:
IsNullable
extends
false
?
URL
:
URL
|
null
Type Parameters
IsNullable
extends
boolean
=
false
Parameters
input
:
any
nullable
:
IsNullable
= ...
Returns
IsNullable
extends
false
?
URL
:
URL
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
client
default
english
french
german
japanese
spanish
synonyms
Methods
to
String
parse
Date
parse
URL
jikan4.js
Loading...
Returns a string representation of an object.