GetType

public struct GetType : Shortcut

Get Type: Returns the type of every item passed as input. For example, if a URL is passed, this action will return “URL”.

  • The contents of the shortcut.

    Declaration

    Swift

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

    Declaration

    Swift

    public init(input: Variable)

    Parameters

    input

    A variable whose type to return.