GetSelectedStorageBackend Type
Union cases
| Union case |
Description
|
Full Usage:
BasicText
|
When the desktop environment is not recognised or if the following command line flag is provided --password-store="basic". |
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". |
Full Usage:
Kwallet
|
When the desktop session is kde4 or if the following command line flag is provided --password-store="kwallet". |
Full Usage:
Kwallet5
|
When the desktop session is kde5 or if the following command line flag is provided --password-store="kwallet5". |
Full Usage:
Kwallet6
|
When the desktop session is kde6 or if the following command line flag is provided --password-store="kwallet6". |
Full Usage:
Unknown
|
When the function is called before app has emitted the ready event. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBasicText
Returns: bool
|
|
Full Usage:
this.IsGnomeLibsecret
Returns: bool
|
|
Full Usage:
this.IsKwallet
Returns: bool
|
|
Full Usage:
this.IsKwallet5
Returns: bool
|
|
Full Usage:
this.IsKwallet6
Returns: bool
|
|
Full Usage:
this.IsUnknown
Returns: bool
|
|
fable-electron-docs-api