Extension Type
Constructors
| Constructor |
Description
|
Full Usage:
Extension(id, manifest, name, path, version, url)
Parameters:
string
-
manifest : obj
-
Copy of the extension's manifest data.
name : string
-
path : string
-
The extension's file path.
version : string
-
url : string
-
The extension's chrome-extension:// URL.
Returns: Extension
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.id
|
|
Full Usage:
this.manifest
|
Copy of the extension's manifest data. |
Full Usage:
this.name
|
|
Full Usage:
this.path
|
The extension's file path. |
Full Usage:
this.url
|
The extension's chrome-extension:// URL. |
Full Usage:
this.version
|
|
fable-electron-docs-api