Header menu logo fable-electron-docs-api

UserDefaultTypes Type

This type is a helper alias, no object will ever exist of this type.

Constructors

Constructor Description

UserDefaultTypes(string, boolean, integer, float, double, url, array, dictionary)

Full Usage: UserDefaultTypes(string, boolean, integer, float, double, url, array, dictionary)

Parameters:
    string : string -
    boolean : bool -
    integer : float -
    float : float -
    double : float -
    url : string -
    array : obj[] -
    dictionary : Record<string, obj> -

Returns: UserDefaultTypes
string : string

boolean : bool

integer : float

float : float

double : float

url : string

array : obj[]

dictionary : Record<string, obj>

Returns: UserDefaultTypes

Instance members

Instance member Description

this.array

Full Usage: this.array

this.boolean

Full Usage: this.boolean

this.dictionary

Full Usage: this.dictionary

this.double

Full Usage: this.double

this.float

Full Usage: this.float

this.integer

Full Usage: this.integer

this.string

Full Usage: this.string

this.url

Full Usage: this.url

Type something to start searching.