Details Type
Constructors
| Constructor |
Description
|
Full Usage:
Details(origin, isDirectory, path)
Parameters:
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
|
Full Usage:
this.isDirectory
|
Whether or not the path is a directory. |
Full Usage:
this.origin
|
The origin that initiated access to the blocked path. |
Full Usage:
this.path
|
The blocked path attempting to be accessed. |
fable-electron-docs-api