Created
April 1, 2024 17:49
-
-
Save bjoerntx/206a6c935e666daa2f986caae9f1fc7c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TXTextControl.comments.forEach((comment) => { | |
comment.getText((text) => { | |
comment.getComment((commentText) => { | |
console.log(text + ": " + commentText); | |
}); | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment