Edit in GitHubLog an issue

图层压缩抓取选项(LayerCompRecaptureOptions)

一个对象的字面意思可以用以下任何一个属性来构建,并传递给 LayerComp.recapture.作为一种类型, LayerCompRecaptureOptions 可以在Typescript开发中使用。

Copied to your clipboard
1const options = { visibility: true, position: true };
2await require('photoshop').app.activeDocument.layerComps.add(options);
名称类型默认最低版本描述
appearancebooleanfalse24.0更新各层效果的记录状态。
childCompbooleanfalse24.0更新记录层智能对象中包含的任何图层组合的记录状态。
positionbooleanfalse24.0更新各层位置的记录状态。
visibilitybooleanfalse24.0更新层的记录状态'可见性。
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.