Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active January 27, 2021 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/89145c134c50ed41c93ebb366d84cc20 to your computer and use it in GitHub Desktop.
Save bjoerntx/89145c134c50ed41c93ebb366d84cc20 to your computer and use it in GitHub Desktop.
TXTextControl.editableRegions.forEach( function (er) {
er.getUserName( function( username ) { console.log(username); } );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment