Inherits from UAAction : NSObject
Declared in UAPasteboardAction.h

Overview

Sets the pasteboard’s string.

This action is registered under the names clipboard_action and ^c.

Expected argument values: NSString or an NSDictionary with the pasteboard’s string under the ‘text’ key.

Valid situations: UASituationLaunchedFromPush, UASituationWebViewInvocation, UASituationManualInvocation, UASituationForegroundInteractiveButton, and UASituationBackgroundInteractiveButton

Result value: The arguments value.