ProcedureParameter
public struct ProcedureParameter
A procedure parameter that is used by the MutatorProcedureDefinition
and
MutatorProcedureCaller
objects.
-
Unique id of this parameter. This value is used when renaming/re-ordering this parameter inside a definition/caller blocks.
Declaration
Swift
public let uuid: String
-
The name of the parameter
Declaration
Swift
public var name: String
-
Creates a parameter.
Declaration
Swift
public init(name: String, uuid: String? = nil)