EmptyShortcut

public struct EmptyShortcut : Shortcut

An empty shortcut that has no actions.

  • Declaration

    Swift

    public typealias Body = Never
  • Declaration

    Swift

    public var body: Never { get }
  • Initializes an empty shortcut.

    Declaration

    Swift

    public init()