How do I get the list of all the available built-in mechanisms? #1587
-
Hi, The documentation tells us accessing specific mechanisms as in
or checking if a mechanism exists with
But these cases assumes that the user already knows the name of the mechanism. How can I view all the available built-in mechanisms? |
Beta Was this translation helpful? Give feedback.
Answered by
noraabiakar
Jun 16, 2021
Replies: 1 comment 2 replies
-
You should be able to iterate over the catalogue and get the names of the mechanisms:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
lungsi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to iterate over the catalogue and get the names of the mechanisms: