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

Remover Node Output #630

Closed
cewebdesigner opened this issue Jan 4, 2023 · 1 comment
Closed

Remover Node Output #630

cewebdesigner opened this issue Jan 4, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@cewebdesigner
Copy link

How can I remove Node Output, without having to remove it in sequence

Eg: I have [output_1, output_2, output_3]
if i remove it in sequence it works

if by chance I want to remove output_2 and then output_3
gives error

erro

@jerosoler jerosoler self-assigned this Jan 4, 2023
@jerosoler jerosoler added the question Further information is requested label Jan 4, 2023
@jerosoler
Copy link
Owner

By removing output_2. Output 3 becomes 2.

Remove output_2 and remove output_2.

editor.removeNodeOutput(1, 'output_2');	
editor.removeNodeOutput(1, 'output_2');	

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants