Structuresliemeobn.elementary 0.5.0Elementary
Role
HtmlAttributes.swift:130struct Role
struct Role
import Elementary
enum HTMLAttributeValue
A namespace for value types used in attributes.
struct AutoComplete
struct CharacterSet
struct ContentEditable
struct CrossOrigin
struct Direction
struct Draggable
struct FormEvent
struct KeyboardEvent
struct MouseEvent
struct Popover
struct ReferrerPolicy
struct Relationship
struct Target
protocol ExpressibleByExtendedGraphemeClusterLiteral : ExpressibleByUnicodeScalarLiteral
A type that can be initialized with a string literal containing a single extended grapheme cluster.
protocol ExpressibleByStringLiteral : ExpressibleByExtendedGraphemeClusterLiteral
A type that can be initialized with a string literal.
protocol ExpressibleByUnicodeScalarLiteral
A type that can be initialized with a string literal containing a single Unicode scalar value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
init(rawValue: String)
init(stringLiteral value: String)
var rawValue: String
init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)
init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)