Header menu logo fable-electron-docs-api

GetSelectedStorageBackend Type

Union cases

Union case Description

BasicText

Full Usage: BasicText

When the desktop environment is not recognised or if the following command line flag is provided --password-store="basic".

GnomeLibsecret

Full Usage: GnomeLibsecret

When the desktop environment is X-Cinnamon, Deepin, GNOME, Pantheon, XFCE, UKUI, unity or if the following command line flag is provided --password-store="gnome-libsecret".

Kwallet

Full Usage: Kwallet

When the desktop session is kde4 or if the following command line flag is provided --password-store="kwallet".

Kwallet5

Full Usage: Kwallet5

When the desktop session is kde5 or if the following command line flag is provided --password-store="kwallet5".

Kwallet6

Full Usage: Kwallet6

When the desktop session is kde6 or if the following command line flag is provided --password-store="kwallet6".

Unknown

Full Usage: Unknown

When the function is called before app has emitted the ready event.

Instance members

Instance member Description

this.IsBasicText

Full Usage: this.IsBasicText

Returns: bool
Returns: bool

this.IsGnomeLibsecret

Full Usage: this.IsGnomeLibsecret

Returns: bool
Returns: bool

this.IsKwallet

Full Usage: this.IsKwallet

Returns: bool
Returns: bool

this.IsKwallet5

Full Usage: this.IsKwallet5

Returns: bool
Returns: bool

this.IsKwallet6

Full Usage: this.IsKwallet6

Returns: bool
Returns: bool

this.IsUnknown

Full Usage: this.IsUnknown

Returns: bool
Returns: bool

Type something to start searching.