AdobeDocs / uxp

Documentation for UXP
Apache License 2.0
15 stars 7 forks source link

Updates to UXP API reference #61

Closed padmkris123 closed 2 years ago

padmkris123 commented 2 years ago

Updated API reference as of UXP v6.3

Description

Changes from latest UXP source files that contain changes upto UXP v6.3

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

pklaschka commented 2 years ago

I have resolved all the "data type normalization" review comments. The remaining comments fall into a few categories with varying severity (🔴 blocking: I wouldn't want to merge this PR with these issues remaining; 🟡 needs to be fixed as soon as possible, but not necessarily right now; and 🟢 nice-to-have)

🔴 : Wrong/misleading/confusing information (wrong return type, wrong parameter type) 🔴 : Duplicate source of truth (we shouldn't (without explaining comments) include both storage.md and the original files at the same time 🔴 : Encoding issues in files => this could break the page 🔴 🟡 : (things where I couldn't decide if they should be red and yellow are marked as such in the PR comments) 🟡 : missing information (missing types, etc.) 🟢 : cosmetic changes