EncoderAction
public protocol EncoderAction : Action
A convenience protocol that provides default values for an Action.
Use this protocol to create a dial action for the StreamDeck+.
statesis set tonilcontrollersis set to[.encoder]
-
controllersExtension methodDeclaration
Swift
public static var controllers: [ControllerType] { get } -
statesExtension methodDeclaration
Swift
public static var states: [StreamDeck.PluginActionState]? { get }
View on GitHub
EncoderAction Protocol Reference