Structuresliemeobn.elementary 0.5.0Elementary
Target
HtmlAttributes.swift:277struct Target
struct Target
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 Role
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)
static var blank: Self { get }
static var parent: Self { get }
static var `self`: Self { get }
static var top: Self { get }
var rawValue: String
init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)
init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)