implicit final class SaferAttr extends AnyVal
- See also
https://dom.spec.whatwg.org/#interface-attr
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferAttr
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def namespaceURI: Option[String]
-
def
ownerElement: Option[raw.Element]
The element holding the attribute.
The element holding the attribute.
MDN
- def prefix: Option[String]
-
def
toString(): String
- Definition Classes
- Any
- val value: raw.Attr