static func value(_ value: String) -> HTMLAttribute<Tag>
s10Elementary13HTMLAttributeVA2A7HTMLTagO5inputORszrlE5valueyACyAGGSSFZWhat are these?
s10Elementary13HTMLAttributeVA2A7HTMLTagO5inputORszrlE5valueyACyAGGSSFZ
FNV24: [1ANOD]
where Tag == HTMLTag.input
struct InputType
static func name(String) -> HTMLAttribute<Tag>
static func type(InputType) -> HTMLAttribute<Tag>
import Elementary
struct HTMLAttribute<Tag> where Tag : HTMLTagDefinition
An HTML attribute that can be applied to an HTML element of the associated tag.
@frozen struct String
A Unicode string value that is a collection of characters.
enum input
static func name(_ name: String) -> HTMLAttribute<Tag>
static func type(_ type: InputType) -> HTMLAttribute<Tag>