Share

public struct Share : Shortcut

Prompts to share the input.

Input: Anything

Result: (Anything) The input

  • The contents of the shortcut.

    Declaration

    Swift

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

    Declaration

    Swift

    public init(input: Variable)

    Parameters

    input

    The content to share.