Header menu logo fable-electron-docs-api

Permission Type

Union cases

Union case Description

ClipboardRead

Full Usage: ClipboardRead

Request access to read from the clipboard.

ClipboardSanitizedWrite

Full Usage: ClipboardSanitizedWrite

Request access to write to the clipboard.

DisplayCapture

Full Usage: DisplayCapture

Request access to capture the screen via the Screen Capture API.

FileSystem

Full Usage: FileSystem

Request access to read, write, and file management capabilities using the File System API.

Fullscreen

Full Usage: Fullscreen

Request control of the app's fullscreen state via the Fullscreen API.

Geolocation

Full Usage: Geolocation

Request access to the user's location via the Geolocation API

IdleDetection

Full Usage: IdleDetection

Request access to the user's idle state via the IdleDetector API.

KeyboardLock

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.

Media

Full Usage: Media

Request access to media devices such as camera, microphone and speakers.

MediaKeySystem

Full Usage: MediaKeySystem

Request access to DRM protected content.

Midi

Full Usage: Midi

Request MIDI access in the Web MIDI API.

MidiSysex

Full Usage: MidiSysex

Request the use of system exclusive messages in the Web MIDI API.

Notifications

Full Usage: Notifications

Request notification creation and the ability to display them in the user's system tray using the Notifications API

OpenExternal

Full Usage: OpenExternal

Request to open links in external applications.

PointerLock

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.

SpeakerSelection

Full Usage: SpeakerSelection

Request to enumerate and select audio output devices via the speaker-selection permissions policy.

StorageAccess

Full Usage: StorageAccess

Allows content loaded in a third-party context to request access to third-party cookies using the Storage Access API.

TopLevelStorageAccess

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.

Unknown

Full Usage: Unknown

An unrecognized permission request.

WindowManagement

Full Usage: WindowManagement

Request access to enumerate screens using the getScreenDetails API.

Instance members

Instance member Description

this.IsClipboardRead

Full Usage: this.IsClipboardRead

Returns: bool
Returns: bool

this.IsClipboardSanitizedWrite

Full Usage: this.IsClipboardSanitizedWrite

Returns: bool
Returns: bool

this.IsDisplayCapture

Full Usage: this.IsDisplayCapture

Returns: bool
Returns: bool

this.IsFileSystem

Full Usage: this.IsFileSystem

Returns: bool
Returns: bool

this.IsFullscreen

Full Usage: this.IsFullscreen

Returns: bool
Returns: bool

this.IsGeolocation

Full Usage: this.IsGeolocation

Returns: bool
Returns: bool

this.IsIdleDetection

Full Usage: this.IsIdleDetection

Returns: bool
Returns: bool

this.IsKeyboardLock

Full Usage: this.IsKeyboardLock

Returns: bool
Returns: bool

this.IsMedia

Full Usage: this.IsMedia

Returns: bool
Returns: bool

this.IsMediaKeySystem

Full Usage: this.IsMediaKeySystem

Returns: bool
Returns: bool

this.IsMidi

Full Usage: this.IsMidi

Returns: bool
Returns: bool

this.IsMidiSysex

Full Usage: this.IsMidiSysex

Returns: bool
Returns: bool

this.IsNotifications

Full Usage: this.IsNotifications

Returns: bool
Returns: bool

this.IsOpenExternal

Full Usage: this.IsOpenExternal

Returns: bool
Returns: bool

this.IsPointerLock

Full Usage: this.IsPointerLock

Returns: bool
Returns: bool

this.IsSpeakerSelection

Full Usage: this.IsSpeakerSelection

Returns: bool
Returns: bool

this.IsStorageAccess

Full Usage: this.IsStorageAccess

Returns: bool
Returns: bool

this.IsTopLevelStorageAccess

Full Usage: this.IsTopLevelStorageAccess

Returns: bool
Returns: bool

this.IsUnknown

Full Usage: this.IsUnknown

Returns: bool
Returns: bool

this.IsWindowManagement

Full Usage: this.IsWindowManagement

Returns: bool
Returns: bool

Type something to start searching.