OBJECT

ElectronPackage

Represents an Electron ASAR Theme Package

  • type ElectronPackage {
  • # The path of the package on disk.
  • packagePath: OSFilePath!
  • # The author of the theme.
  • author: String!
  • # The entry file to load first when loading this theme.
  • entry: String!
  • # The icon of this theme.
  • icon: String!
  • # The description of the theme.
  • description: String!
  • # The name of the theme.
  • name: String!
  • }