AdobeDocs / uxp-photoshop

Documentation for UXP Plugin API - Adobe Photoshop 2022 - apiVersion 2
https://developer.adobe.com/photoshop/uxp/2022/
Apache License 2.0
93 stars 94 forks source link

Updated docs to show that Layer.name is actually a Read/Write property instead of read-only. #448

Closed kbsanders closed 1 year ago

kbsanders commented 1 year ago

Description

Updated docs to show that Layer.name is actually a Read/Write property instead of read-only.

Motivation and Context

The documentation states that Layer.name is a read-only property. However, assigning a value to this property does in fact change the layer name in the PS layers panel.

Types of changes

Checklist:

samgannawayA commented 1 year ago

@kbsanders Thanks, for pointing out that error. I have fixed it in the source (which feeds this repo), so I will close this PR. You will see the change in the PR I currently have open.