ParameterType

public enum ParameterType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case `default` = "DEFAULT"
  • Undocumented

    Declaration

    Swift

    case nodeTypeSpecific = "NODE_TYPE_SPECIFIC"
  • Declaration

    Swift

    public var description: String { get }