Castellano (Spanish)
Appearance
Castellano (Spanish)
Appearance
ENUM
Template.Attribute
Contents
required(_:)
optional(_:default:)
public enum Attribute: Codable, Equatable, Sendable
Attribute to be passed to tuist scaffold
for generating with Template
required(_:)
case required(String)
Required attribute with a given name
optional(_:default:)
case optional(String, default: Value)
Optional attribute with a given name and a default value used when attribute not provided by user