Header menu logo fable-electron-docs-api

Action Type

Union cases

Union case Description

Allow

Full Usage: Allow

This will allow path to be accessed despite restricted status.

Deny

Full Usage: Deny

This will block the access request and trigger an AbortError.

TryAgain

Full Usage: TryAgain

This will open a new file picker and allow the user to choose another path.

Instance members

Instance member Description

this.IsAllow

Full Usage: this.IsAllow

Returns: bool
Returns: bool

this.IsDeny

Full Usage: this.IsDeny

Returns: bool
Returns: bool

this.IsTryAgain

Full Usage: this.IsTryAgain

Returns: bool
Returns: bool

Type something to start searching.