Static Propertysliemeobn.elementary 0.5.0Elementary
async
HtmlAttributes.swift:698static var async: Self { get }
static var async: Self { get }
s10Elementary13HTMLAttributeVA2A7HTMLTagO6scriptORszrlE5asyncACyAGGvpZ
What are these?4C0EY
where Tag == HTMLTag.script
import Elementary
struct HTMLAttribute<Tag> where Tag : HTMLTagDefinition
An HTML attribute that can be applied to an HTML element of the associated tag.
enum script
static var `defer`: Self { get }
static var nomodule: Self { get }
static func type(_ type: ScriptType) -> HTMLAttribute<Tag>
struct ScriptType