ShortcutPropertyName

public enum ShortcutPropertyName : String, PropertyNameProtocol

Undocumented

  • The action that gets activated by this shortcut.

    Declaration

    Swift

    case action = "action"
  • Arguments passed to activation.

    Declaration

    Swift

    case arguments = "arguments"
  • The trigger that triggers this shortcut.

    Declaration

    Swift

    case trigger = "trigger"