div-accessibility
Accessibility settings.
Parameters
Parameters | Description |
---|---|
description |
string Element description. It is used as the main description for screen reading applications. Available platforms: Android, iOS, web. |
hint |
string A tooltip of what will happen during interaction. If Speak Hints is enabled in the VoiceOver settings on iOS, a tooltip is played after Available platforms: Android, iOS. |
mode |
string The way the accessibility tree is organized. In the Possible values: Default value: Available platforms: Android, iOS. |
mute_after_action |
bool_int Mutes the screen reader sound after interacting with the element. Default value: Available platforms: iOS. |
state_description |
string Description of the current state of an element. For example, in the description you can specify a selected date for a date selection element and an on/off state for a switch. Available platforms: Android, iOS. |
type |
string Element role. Used to correctly identify an element by the accessibility service. For example, the Possible values: Default value: Available platforms: Android, iOS. |
JSON
{
description: "string",
hint: "string",
mode: "string",
mute_after_action: "bool_int",
state_description: "string",
type: "string"
}