Structuresliemeobn.elementary 0.5.3Elementary
CrossOrigin
HtmlAttributes+common.swift:354struct CrossOriginstruct CrossOriginimport Elementaryenum HTMLAttributeValueA namespace for value types used in attributes.
struct AutoCompletestruct CharacterSetstruct ContentEditablestruct Directionstruct Draggablestruct FormEventstruct KeyboardEventstruct MouseEventstruct Popoverstruct ReferrerPolicystruct Relationshipstruct Rolestruct Targetprotocol EquatableA type that can be compared for value equality.
protocol SendableA thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
static var anonymous: HTMLAttributeValue.CrossOrigin { get }static var useCredentials: HTMLAttributeValue.CrossOrigin { get }static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.