Static Propertysliemeobn.elementary 0.5.0Elementary
hidden
HtmlAttributes.swift:610static var hidden: Self { get }
static var hidden: Self { get }
s10Elementary13HTMLAttributeVA2A7HTMLTagO5inputORszrlE9InputTypeV6hiddenAIyAG_GvpZ
What are these?BTIY
import Elementary
struct InputType
struct HTMLAttribute<Tag> where Tag : HTMLTagDefinition
An HTML attribute that can be applied to an HTML element of the associated tag.
static var button: Self { get }
static var checkbox: Self { get }
static var color: Self { get }
static var date: Self { get }
static var datetimeLocal: Self { get }
static var email: Self { get }
static var file: Self { get }
static var image: Self { get }
static var month: Self { get }
static var number: Self { get }
static var password: Self { get }
static var radio: Self { get }
static var range: Self { get }
static var reset: Self { get }
static var search: Self { get }
static var submit: Self { get }
static var tel: Self { get }
static var text: Self { get }
static var time: Self { get }
static var url: Self { get }
static var week: Self { get }