Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

GetActionName

« nsIAccessible Page

Summary

This method retrieves the name of the accessible action at the given zero-based index.

 AString getActionName(
   in PRUint8 aIndex
 );

Parameters

aIndex
[in] The zero-based index.

Return value

Returns the name of the accessible action.

Exceptions thrown
Edit section

NS_ERROR_FAILURE
Indicates that the accessible is unattached from the accessible tree.
NS_ERROR_INVALID_ARG
Indicates that the given index is our of range.

See Also

Document Tags and Contributors

 Contributors to this page: teoli, Surkov.alexander
 Last updated by: teoli,