Enumerations

The following enumerations are available globally.

Sent

  • Keys for sent events.

    See more

    Declaration

    Swift

    public enum SendableEventKey : String, Codable
  • Title alignment.

    See more

    Declaration

    Swift

    public enum Alignment : String, Codable
  • Title font families.

    See more

    Declaration

    Swift

    public enum FontFamily : String, Codable
  • Title font styles.

    See more

    Declaration

    Swift

    public enum FontStyle : String, Codable
  • Where to display information.

    See more

    Declaration

    Swift

    public enum Target : Int, Encodable
  • The available Stream Deck devices.

    See more

    Declaration

    Swift

    public enum DeviceType : Int, Codable, CustomStringConvertible
  • The available controller types.

    See more

    Declaration

    Swift

    public enum ControllerType : String, Codable, CustomStringConvertible
  • In which language the Stream Deck application is running.

    See more

    Declaration

    Swift

    public enum Language : String, Decodable
  • On which platform the Stream Deck application is running.

    See more

    Declaration

    Swift

    public enum Platform : String, Decodable
  • Supported operating systems.

    See more

    Declaration

    Swift

    public enum PluginPlatform : String, Codable