[AC-6519] Event properties don't show platform
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | n/a |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Documentation |
| Labels | documentation, platform |
| Reporter | Michael Gangolf |
| Assignee | Abir Mukherjee |
| Created | 2020-04-02T18:11:41.000+0000 |
| Updated | 2020-04-02T18:11:41.000+0000 |
Description
Neither the [current documentation](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TableView-event-scroll) nor the [vuepress version](https://appcelerator.github.io/titanium-docs/api/titanium/ui/tableview.html#scroll) show platform icons for event properties that are only available on a specified platform.
E.g.
firstVisibleItem is only available on Android. The yml file has a platforms field:
https://github.com/appcelerator/titanium_mobile/blob/70c16f7ca213f39791330758489be4f951dfa1ab/apidoc/Titanium/UI/TableView.yml#L385
but it is not showing up in any documentation
No comments