Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
STRUCT
Template Contents
descriptionattributesitemsinit(description:attributes:items:)public struct Template: Codable, Equatable, SendableA scaffold template model.
description public let description: StringDescription of template
attributes public let attributes: [Attribute]Attributes to be passed to template
items public let items: [Item]Items to generate
init(description:attributes:items:) public init(
description: String,
attributes: [Attribute] = [],
items: [Item] = []
)