I realize that, but within each section, there should be some order. Right now each section is randomly organized. If each section was in alphabetical order, it would singificantly help finding reference information as opposed to using the browser’s find every single time. For instance, in the Grid API:
Appearance Name Type Defaultrtl Boolean falsetheme String ''altrows Boolean falsealtstart Number 1altstep Number 1showdefaultloadelement Boolean trueautoshowloadelement Boolean trueautoshowfiltericon Boolean truecloseablegroups Boolean truehandlekeyboardnavigation function nullenableellipsis
all the “Appearance” properties are in random order. I can’t fathom why rtl comes before altrows and showdefaultloadelement comes before autoshowloadelement, etc…