Nothing

public struct Nothing : Shortcut

The “Nothing” shortcut. This is different from an EmptyShortcut value, which contains no actions.

  • The contents of the shortcut.

    Declaration

    Swift

    public var body: some Shortcut { get }
  • Initializes a “Nothing” shortcut with no arguments.

    Declaration

    Swift

    public init()