Structuresliemeobn.elementary 0.2.0Elementary
HTMLAttributeMergeAction
The action to take when merging an attribute with the same name.
Html+Attributes.swift:13struct HTMLAttributeMergeAction
Citizens in Elementary
Conformances
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Type members
static var ignoring: `Self`
Ignores the new value if the attribute already exists.
static var replacing: `Self`
Replaces the value of the existing attribute with the new value.
static func appending(seperatedBy: String
) -> HTMLAttributeMergeAction Appends the new value to the existing value, separated by the specified string.