Preparing search index...
The search index is not available
Documentation - v0.0.15
Documentation
@fuman/plist
PlistValue
Class PlistValue<Type>
Type Parameters
Type
extends
keyof
PlistValueType
=
keyof
PlistValueType
Index
Constructors
constructor
Properties
type
value
Methods
to
String
value
Of
Constructors
constructor
new
PlistValue
<
Type
extends
keyof
PlistValueType
=
keyof
PlistValueType
>
(
type
:
Type
,
value
:
PlistValueType
[
Type
]
,
)
:
PlistValue
<
Type
>
Type Parameters
Type
extends
keyof
PlistValueType
=
keyof
PlistValueType
Parameters
type
:
Type
value
:
PlistValueType
[
Type
]
Returns
PlistValue
<
Type
>
Properties
Readonly
type
type
:
Type
Readonly
value
value
:
PlistValueType
[
Type
]
Methods
to
String
toString
()
:
string
Returns
string
value
Of
valueOf
()
:
PlistValueType
[
Type
]
Returns
PlistValueType
[
Type
]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
type
value
Methods
to
String
value
Of
Documentation - v0.0.15
Loading...