Closed kratosvn closed 2 years ago
@johnleetran can you help me check this issue? thank you
Hello @kratosvn,
In order to hide a layer, you can use the visible
field within the options.layers[]
data structure. For example,
{
"inputs": [...],
"options": {
"layers" : [
{
"name": "YOUR_LAYER_NAME",
"visible": false
}
]
},
"outputs": [...]
}
Closing, further help can be found by emailing psdservices@adobe.com
Expected Behaviour
Actual Behaviour