UserDefaultTypes Type
This type is a helper alias, no object will ever exist of this type.
Constructors
| Constructor |
Description
|
Full Usage:
UserDefaultTypes(string, boolean, integer, float, double, url, array, dictionary)
Parameters:
string
-
boolean : bool
-
integer : float
-
float : float
-
double : float
-
url : string
-
array : obj[]
-
dictionary : Record<string, obj>
-
Returns: UserDefaultTypes
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.array
|
|
Full Usage:
this.boolean
|
|
Full Usage:
this.dictionary
|
|
Full Usage:
this.double
|
|
Full Usage:
this.float
|
|
Full Usage:
this.integer
|
|
Full Usage:
this.string
|
|
Full Usage:
this.url
|
|
fable-electron-docs-api