jikan4.js
Preparing search index...
v4
PersonName
Class PersonName
Hierarchy (
View Summary
)
BaseClass
PersonName
Index
Constructors
constructor
Properties
alternate
client
family
given
name
Methods
to
String
parse
Date
parse
URL
Constructors
constructor
new
PersonName
(
client
:
Client
,
data
:
any
)
:
PersonName
Parameters
client
:
Client
data
:
any
Returns
PersonName
Properties
Readonly
alternate
alternate
:
string
[]
Readonly
client
client
:
Client
Readonly
family
family
:
string
|
null
Readonly
given
given
:
string
|
null
Readonly
name
name
:
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
alternate
client
family
given
name
Methods
to
String
parse
Date
parse
URL
jikan4.js
Loading...
Returns a string representation of an object.