We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Clarify what is actually being parsed and applied. The current use of "view" is synonymous to "panel"; specifically, "modelPanel".
# Before capture.parse_active_view() capture.parse_view("modelPanel1") # After capture.parse_active_panel() capture.parse_panel("modelPanel1")
The text was updated successfully, but these errors were encountered:
Sounds good. +1 With this keep in mind to update the examples in README.md as well.
README.md
Sorry, something went wrong.
No branches or pull requests
Goal
Clarify what is actually being parsed and applied. The current use of "view" is synonymous to "panel"; specifically, "modelPanel".
The text was updated successfully, but these errors were encountered: