GetClipboard

public struct GetClipboard : Shortcut

Returns the contents of the clipboard.

Result: Anything

  • The contents of the shortcut.

    Declaration

    Swift

    public var body: some Shortcut { get }
  • Initializes the shortcut.

    Declaration

    Swift

    public init()