Permission Type
Union cases
| Union case |
Description
|
Full Usage:
ClipboardRead
|
Request access to read from the clipboard. |
Full Usage:
ClipboardSanitizedWrite
|
Request access to write to the clipboard. |
Full Usage:
DisplayCapture
|
Request access to capture the screen via the Screen Capture API. |
Full Usage:
FileSystem
|
Request access to read, write, and file management capabilities using the File System API. |
Full Usage:
Fullscreen
|
Request control of the app's fullscreen state via the Fullscreen API. |
Full Usage:
Geolocation
|
Request access to the user's location via the Geolocation API |
Full Usage:
IdleDetection
|
Request access to the user's idle state via the IdleDetector API. |
Full Usage:
KeyboardLock
|
Request capture of keypresses for any or all of the keys on the physical keyboard via the Keyboard Lock API. These requests always appear to originate from the main frame. |
Full Usage:
Media
|
Request access to media devices such as camera, microphone and speakers. |
Full Usage:
MediaKeySystem
|
Request access to DRM protected content. |
Full Usage:
Midi
|
Request MIDI access in the Web MIDI API. |
Full Usage:
MidiSysex
|
Request the use of system exclusive messages in the Web MIDI API. |
Full Usage:
Notifications
|
Request notification creation and the ability to display them in the user's system tray using the Notifications API |
Full Usage:
OpenExternal
|
Request to open links in external applications. |
Full Usage:
PointerLock
|
Request to directly interpret mouse movements as an input method via the Pointer Lock API. These requests always appear to originate from the main frame. |
Full Usage:
SpeakerSelection
|
Request to enumerate and select audio output devices via the speaker-selection permissions policy. |
Full Usage:
StorageAccess
|
Allows content loaded in a third-party context to request access to third-party cookies using the Storage Access API. |
Full Usage:
TopLevelStorageAccess
|
Allow top-level sites to request third-party cookie access on behalf of embedded content originating from another site in the same related website set using the Storage Access API. |
Full Usage:
Unknown
|
An unrecognized permission request. |
Full Usage:
WindowManagement
|
Request access to enumerate screens using the getScreenDetails API. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsClipboardRead
Returns: bool
|
|
Full Usage:
this.IsClipboardSanitizedWrite
Returns: bool
|
|
Full Usage:
this.IsDisplayCapture
Returns: bool
|
|
Full Usage:
this.IsFileSystem
Returns: bool
|
|
Full Usage:
this.IsFullscreen
Returns: bool
|
|
Full Usage:
this.IsGeolocation
Returns: bool
|
|
Full Usage:
this.IsIdleDetection
Returns: bool
|
|
Full Usage:
this.IsKeyboardLock
Returns: bool
|
|
Full Usage:
this.IsMedia
Returns: bool
|
|
Full Usage:
this.IsMediaKeySystem
Returns: bool
|
|
Full Usage:
this.IsMidi
Returns: bool
|
|
Full Usage:
this.IsMidiSysex
Returns: bool
|
|
Full Usage:
this.IsNotifications
Returns: bool
|
|
Full Usage:
this.IsOpenExternal
Returns: bool
|
|
Full Usage:
this.IsPointerLock
Returns: bool
|
|
Full Usage:
this.IsSpeakerSelection
Returns: bool
|
|
Full Usage:
this.IsStorageAccess
Returns: bool
|
|
Full Usage:
this.IsTopLevelStorageAccess
Returns: bool
|
|
Full Usage:
this.IsUnknown
Returns: bool
|
|
Full Usage:
this.IsWindowManagement
Returns: bool
|
|
fable-electron-docs-api