Packages

t

react.vdom

AriaAttributes

trait AriaAttributes[+T <: EventTarget] extends Object

Annotations
@JSType()
Linear Supertypes
Known Subclasses
Props, CalloutProps, Props, Props, PropsBase, PropsInit, Props, Props, Props, IInputProps, ISelectableDroppableTextProps, Props, Props, Props, Props, Props, Props, Props, Props, Props, PresenceProps, Props, SharedProps, Props, Props, Props, Props, Props, Props, Props, Props, Props, PropsBase, PropsInit, AllHTMLAttributes, AnchorHTMLAttributes, AreaHTMLAttributes, AudioHTMLAttributes, BaseHTMLAttributes, BlockQuoteHTMLAttributes, ButtonHTMLAttributes, CanvasHTMLAttributes, ColHTMLAttributes, ColgroupHTMLAttributes, DelHTMLAtributes, ElementAttributesOnly, EmbedHTMLAttributes, FieldsetHTMLAttributes, FormHTMLAttributes, HTMLAttributes, HTMLProps, AProps, AreaProps, AudioProps, BaseProps, BodyProps, ButtonProps, CanvasProps, ColProps, ColgroupProps, DataListProps, DivProps, EmbedProps, FieldsetProps, FormProps, HProps, HeadProps, HrProps, HtmlProps, IframeProps, ImgProps, InputProps, InsProps, LabelProps, LegendProps, LiProps, LinkProps, MapProps, MenuProps, MenuitemProps, MetaProps, ObjectProps, OlProps, OptgroupProps, OptionProps, PProps, ParamProps, ProgressProps, QProps, ScriptProps, SelectProps, SourceProps, SpanProps, StyleProps, TableProps, TbodyProps, TdProps, TextareaProps, TfootProps, ThProps, TheadProps, TimeProps, TitleProps, TrProps, TrackProps, UlProps, VideoProps, HtmlHTMLAttributes, IframeHTMLAttributes, ImgHTMLAttributes, InputHTMLAttributes, InsHTMLAttributes, LabelHTMLAttributes, LiHTMLAttributes, LinkHTMLAttributes, MapHTMLAttributes, MediaHTMLAttributes, MenuHTMLAttributes, MetaHTMLAttributes, MeterHTMLAttributes, ObjectHTMLAttributes, OlHTMLAttributes, OptgroupHTMLAttributes, OptionHTMLAttributes, OutputHTMLAttributes, ParamHTMLAttributes, ProgressHTMLAttributes, QuoteHTMLAttributes, ScriptHTMLAttributes, SelectHTMLAttributes, SourceHTMLAttributes, StyleHTMLAttributes, TableHTMLAttributes, TdHTMLAttributes, TextAreaHTMLAttributes, ThHTMLAttributes, TimeHTMLAttributes, TrackHTMLAttributes, VideoHTMLAttributes, WebViewHTMLAttributes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AriaAttributes
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val aria-activedescendant: UndefOr[String]
    Annotations
    @JSOptional()
  5. val aria-busy: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  6. val aria-checked: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  7. val aria-colcount: UndefOr[Int]
    Annotations
    @JSOptional()
  8. val aria-colindex: UndefOr[Int]
    Annotations
    @JSOptional()
  9. val aria-colspan: UndefOr[Int]
    Annotations
    @JSOptional()
  10. val aria-details: UndefOr[String]
    Annotations
    @JSOptional()
  11. val aria-disabled: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  12. val aria-hidden: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  13. val aria-invalid: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  14. val aria-keyshortcuts: UndefOr[String]
    Annotations
    @JSOptional()
  15. val aria-label: UndefOr[String]
    Annotations
    @JSOptional()
  16. val aria-labelledby: UndefOr[String]
    Annotations
    @JSOptional()
  17. val aria-level: UndefOr[Int]
    Annotations
    @JSOptional()
  18. val aria-placeholder: UndefOr[String]
    Annotations
    @JSOptional()
  19. val aria-posinset: UndefOr[Int]
    Annotations
    @JSOptional()
  20. val aria-required: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  21. val aria-roledescription: UndefOr[String]
    Annotations
    @JSOptional()
  22. val aria-rowcount: UndefOr[Int]
    Annotations
    @JSOptional()
  23. val aria-rowindex: UndefOr[Int]
    Annotations
    @JSOptional()
  24. val aria-rowspan: UndefOr[Int]
    Annotations
    @JSOptional()
  25. val aria-selected: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  26. val aria-setsize: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  27. val aria-sort: UndefOr[String]
    Annotations
    @JSOptional()
  28. val aria-valuemax: UndefOr[Int]
    Annotations
    @JSOptional()
  29. val aria-valuemin: UndefOr[Int]
    Annotations
    @JSOptional()
  30. val aria-valuenow: UndefOr[Int]
    Annotations
    @JSOptional()
  31. val aria-valuetext: UndefOr[String]
    Annotations
    @JSOptional()
  32. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  33. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  36. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toLocaleString(): String
    Definition Classes
    Object
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def valueOf(): Any
    Definition Classes
    Object
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped