StatelessKeyAction
public protocol StatelessKeyAction : Action
A convenience protocol that provides default values for an Action
.
Use this protocol to create a standard button action that doesn’t include any states.
states
is set tonil
controllers
is set to[.keypad]
encoder
is set tonil
.
-
controllers
Extension methodDeclaration
Swift
public static var controllers: [ControllerType] { get }
-
encoder
Extension methodDeclaration
Swift
public static var encoder: RotaryEncoder? { get }
-
states
Extension methodDeclaration
Swift
public static var states: [PluginActionState]? { get }