Custom parameter info #1504
Unanswered
noman-khan1224
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hey @noman-khan1224, Just so I understand you correctly: You want to enrich the existing You would do that by overriding the const nodeDescription = ref.$nodeDescription as CustomNodeDescription | undefined; |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
The current node description is shown as:(property) Reference.$nodeDescription?: AstNodeDescription | undefined
I want to replace this with a custom description if it is available, and have this custom description inserted into the AstNode.
Request you to help with an approach for same?
Beta Was this translation helpful? Give feedback.
All reactions