You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Project.deleteSequence() method's actual return type does not match the documented return type
The method returns a boolean value indicating success or failure of the deletion operation.
The text was updated successfully, but these errors were encountered:
galaddirie
changed the title
Project.deleteSequence() Returns boolean
Project.deleteSequence() Returns Boolean Instead of Documented Number
Oct 31, 2024
The
Project.deleteSequence()
method's actual return type does not match the documented return typeThe method returns a boolean value indicating success or failure of the deletion operation.
Documentation:
https://ppro-scripting.docsforadobe.dev/general/project.html?highlight=delete#project-deletesequence
Example:
app.project.deleteSequence(app.project.sequences[0])
The text was updated successfully, but these errors were encountered: