CopyToClipboard
public struct CopyToClipboard : ShortcutCopies content to the clipboard.
Input: Anything
Result: (Anything) The input
- 
                  
                  The contents of the shortcut. DeclarationSwift public var body: some Shortcut { get }
- 
                  
                  Initializes the shortcut. DeclarationSwift public init(content: Variable, isLocalOnly: Bool = false, expiration: String = "")ParameterscontentThe content to copy. isLocalOnlyWhen enabled, the input will only be copied locally, and will not be shared to other devices via Handoff. expirationWhen set, the clipboard contents will expire and be automatically deleted at the specified time. 
 View on GitHub
View on GitHub CopyToClipboard Structure Reference
        CopyToClipboard Structure Reference