If the given CST node was parsed in the context of a property assignment, the respective Assignment grammar node is returned. If no assignment is found, the result is undefined.
Assignment
undefined
A CST node for which to find a property assignment.
If the given CST node was parsed in the context of a property assignment, the respective
Assignment
grammar node is returned. If no assignment is found, the result isundefined
.