Can't find a way to hide args in Docs but show in controls panel #15759
Unanswered
gaurav5430
asked this question in
Documentation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Going through the docs, I have figured out that I can use
table: { disable: true }
to hide an arg from both controls pane and the docs pane (although the count on the controls pane still takes into account the hidden args), and I can usecontrol: false
to make it non configurable from controls pane (it still shows up, with a dash as value), and still show up in Docs.Now, I am just trying to figure out a way to show something in Controls pane, but not in Docs pane
Beta Was this translation helpful? Give feedback.
All reactions