Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 1, 2024 17:49
Show Gist options
  • Save bjoerntx/206a6c935e666daa2f986caae9f1fc7c to your computer and use it in GitHub Desktop.
Save bjoerntx/206a6c935e666daa2f986caae9f1fc7c to your computer and use it in GitHub Desktop.
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