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. val aria-activedescendant: UndefOr[String]
    Annotations
    @JSOptional()
  2. val aria-busy: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  3. val aria-checked: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  4. val aria-colcount: UndefOr[Int]
    Annotations
    @JSOptional()
  5. val aria-colindex: UndefOr[Int]
    Annotations
    @JSOptional()
  6. val aria-colspan: UndefOr[Int]
    Annotations
    @JSOptional()
  7. val aria-details: UndefOr[String]
    Annotations
    @JSOptional()
  8. val aria-disabled: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  9. val aria-hidden: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  10. val aria-invalid: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  11. val aria-keyshortcuts: UndefOr[String]
    Annotations
    @JSOptional()
  12. val aria-label: UndefOr[String]
    Annotations
    @JSOptional()
  13. val aria-labelledby: UndefOr[String]
    Annotations
    @JSOptional()
  14. val aria-level: UndefOr[Int]
    Annotations
    @JSOptional()
  15. val aria-placeholder: UndefOr[String]
    Annotations
    @JSOptional()
  16. val aria-posinset: UndefOr[Int]
    Annotations
    @JSOptional()
  17. val aria-required: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  18. val aria-roledescription: UndefOr[String]
    Annotations
    @JSOptional()
  19. val aria-rowcount: UndefOr[Int]
    Annotations
    @JSOptional()
  20. val aria-rowindex: UndefOr[Int]
    Annotations
    @JSOptional()
  21. val aria-rowspan: UndefOr[Int]
    Annotations
    @JSOptional()
  22. val aria-selected: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  23. val aria-setsize: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  24. val aria-sort: UndefOr[String]
    Annotations
    @JSOptional()
  25. val aria-valuemax: UndefOr[Int]
    Annotations
    @JSOptional()
  26. val aria-valuemin: UndefOr[Int]
    Annotations
    @JSOptional()
  27. val aria-valuenow: UndefOr[Int]
    Annotations
    @JSOptional()
  28. val aria-valuetext: UndefOr[String]
    Annotations
    @JSOptional()
  29. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  30. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  31. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  32. def toLocaleString(): String
    Definition Classes
    Object
  33. def valueOf(): Any
    Definition Classes
    Object