Interface IElectronPackage
Represents a loadable Electron package, that usually implements a user interface.
Namespace: Snowflake.Remoting.Electron
Assembly: Snowflake.Framework.Remoting.dll
Syntax
public interface IElectronPackage
Properties
Author
The author of the package.
Declaration
string Author { get; }
Property Value
Type | Description |
---|---|
System. |
Description
A description of this theme.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System. |
Entry
The "homepage", or entry file to use when loading this theme in Electron.
Declaration
string Entry { get; }
Property Value
Type | Description |
---|---|
System. |
Icon
The theme icon.
Declaration
string Icon { get; }
Property Value
Type | Description |
---|---|
System. |
Name
The name of this theme.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System. |
PackagePath
The path of the package on disk.
Declaration
string PackagePath { get; }
Property Value
Type | Description |
---|---|
System. |
Version
The version of this theme.
Declaration
string Version { get; }
Property Value
Type | Description |
---|---|
System. |