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
parseURL
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
:
null
|
string
Readonly
given
given
:
null
|
string
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
:
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
alternate
client
family
given
name
Methods
to
String
parse
Date
parseURL
jikan4.js
Loading...
Returns a string representation of an object.