• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

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.String

Description

A description of this theme.

Declaration
string Description { get; }
Property Value
Type Description
System.String

Entry

The "homepage", or entry file to use when loading this theme in Electron.

Declaration
string Entry { get; }
Property Value
Type Description
System.String

Icon

The theme icon.

Declaration
string Icon { get; }
Property Value
Type Description
System.String

Name

The name of this theme.

Declaration
string Name { get; }
Property Value
Type Description
System.String

PackagePath

The path of the package on disk.

Declaration
string PackagePath { get; }
Property Value
Type Description
System.String

Version

The version of this theme.

Declaration
string Version { get; }
Property Value
Type Description
System.String
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.