AccessibleProperty
The possible accessible properties of a iface@Accessible.
Entries
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for a combobox, searchbox, or textbox and specifies how predictions would be presented if they were made. Value type: enum@AccessibleAutocomplete
Defines a string value that describes or annotates the current element. Value type: string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Value type: string
Indicates whether a text box accepts multiple lines of input or only a single line. Value type: boolean
Indicates that the user may select more than one item from the current selectable descendants. Value type: boolean
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Value type: enum@Orientation
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. Value type: string
Defines a human-readable, author-localized description for the role of an element. Value type: string
Defines the human readable text alternative of aria-valuenow for a range widget. Value type: string
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.