Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project.deleteSequence() Returns Boolean Instead of Documented Number #21

Open
galaddirie opened this issue Oct 31, 2024 · 0 comments · May be fixed by #22
Open

Project.deleteSequence() Returns Boolean Instead of Documented Number #21

galaddirie opened this issue Oct 31, 2024 · 0 comments · May be fixed by #22

Comments

@galaddirie
Copy link

galaddirie commented Oct 31, 2024

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.

Documentation:
https://ppro-scripting.docsforadobe.dev/general/project.html?highlight=delete#project-deletesequence

Example:
app.project.deleteSequence(app.project.sequences[0])

@galaddirie galaddirie changed the title Project.deleteSequence() Returns boolean Project.deleteSequence() Returns Boolean Instead of Documented Number Oct 31, 2024
@galaddirie galaddirie linked a pull request Oct 31, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant