ActionGroupPropertyName
public enum ActionGroupPropertyName : String, PropertyNameProtocol
Undocumented
-
The accelerator group the actions of this group should use.
accel-group is deprecated: This method is deprecated.
Declaration
Swift
case accelGroup = "accel-group"
-
A name for the action.
name is deprecated: This method is deprecated.
Declaration
Swift
case name = "name"
-
Whether the action group is enabled.
sensitive is deprecated: This method is deprecated.
Declaration
Swift
case sensitive = "sensitive"
-
Whether the action group is visible.
visible is deprecated: This method is deprecated.
Declaration
Swift
case visible = "visible"