Extensions

Press shift + S to search API reference.

Interface

AriaProps

View source
interface AriaProps
aria-controlsundefined | string

Identifies the element (or elements) whose contents or presence are controlled by the current element.

aria-describedbyundefined | string

Identifies the element (or elements) that describes the current object.

aria-expandedundefined | false | true | "false" | "true"

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

aria-haspopupundefined | false | true | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree"

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

aria-hiddenundefined | false | true | "false" | "true"

Indicates whether the element is exposed to an accessibility API.

aria-labelundefined | string

Defines a string value that labels the current element.

aria-labelledbyundefined | string

Identifies the element (or elements) that labels the current object.

aria-liveundefined | "off" | "assertive" | "polite"

Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.