File tree Expand file tree Collapse file tree
website/versioned_docs/version-0.80 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,31 +52,12 @@ It works like the CSS z-index property - components with a larger zIndex will re
5252
5353### ` tooltip `
5454
55- Text shown on hover
55+ Text shown on hover. While tooltip support isn’t fully available for all components, it does work with some props such as ` Text ` .
5656
5757| type | required |
5858| :--| :--|
5959| string | No |
6060
61- ### ` tabIndex `
62-
63- Whether this View should be focusable with a non-touch input device, eg. receive focus with a hardware keyboard. Supports the following values:
64-
65- 0 - View is focusable
66- -1 - View is not focusable
67-
68- | type | required |
69- | :--| :--|
70- | enum(0, -1) | No |
71-
72- ### ` aria-level `
73-
74- Defines element level.
75-
76- | type | required |
77- | :--| :--|
78- | number | No |
79-
8061### ` opacity `
8162
8263Sets the transparency of the view.
You can’t perform that action at this time.
0 commit comments