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+.
states
is set tonil
controllers
is set to[.encoder]
-
controllers
Extension methodDeclaration
Swift
public static var controllers: [ControllerType] { get }
-
states
Extension methodDeclaration
Swift
public static var states: [StreamDeck.PluginActionState]? { get }