Header menu logo fable-electron-docs-api

Details Type

Constructors

Constructor Description

Details(origin, isDirectory, path)

Full Usage: Details(origin, isDirectory, path)

Parameters:
    origin : string - The origin that initiated access to the blocked path.
    isDirectory : bool - Whether or not the path is a directory.
    path : string - The blocked path attempting to be accessed.

Returns: Details
origin : string

The origin that initiated access to the blocked path.

isDirectory : bool

Whether or not the path is a directory.

path : string

The blocked path attempting to be accessed.

Returns: Details

Instance members

Instance member Description

this.isDirectory

Full Usage: this.isDirectory

Whether or not the path is a directory.

this.origin

Full Usage: this.origin

The origin that initiated access to the blocked path.

this.path

Full Usage: this.path

The blocked path attempting to be accessed.

Type something to start searching.