Highlight the current talkback-focused element in the accessibility tree
Summary: Highlights the element corresponding to the view talkback is focused on in green in the ax tree (and updates live as talkback moves). Reviewed By: blavalla Differential Revision: D9021542 fbshipit-source-id: c3bf6f5625aacb0cd054032b33a50541b88b2eaf
This commit is contained in:
committed by
Facebook Github Bot
parent
6939292209
commit
33e6538477
@@ -37,6 +37,7 @@ export type ElementAttribute = {|
|
||||
export type ElementExtraInfo = {|
|
||||
nonAXWithAXChild?: boolean,
|
||||
linkedAXNode?: string,
|
||||
focused?: boolean,
|
||||
|};
|
||||
|
||||
export type Element = {|
|
||||
|
||||
Reference in New Issue
Block a user