Edit in GitHubLog an issue

LayerCompRecaptureOptions

An object literal can be constructed with any of the following properties and passed to LayerComp.recapture. As a type, LayerCompRecaptureOptions can be used in Typescript development.

Copied to your clipboard
1const options = { visibility: true, position: true };
2await require('photoshop').app.activeDocument.layerComps.add(options);
NameTypeDefaultMin VersionDescription
appearance
boolean
false
24.0
Update the recorded state of the layers' effects.
childComp
boolean
false
24.0
Update the recorded state of any Layer Comps contained in the recorded layers' Smart Objects.
position
boolean
false
24.0
Update the recorded state of the layers' position.
visibility
boolean
false
24.0
Update the recorded state of the layers' visibility.
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.