Reserved Words
There are certain reserved words that cannot be used as Names, but there are no such restrictions for Labels.
Words that are keywords in JavaScript cannot be used as Class or Attribute names, as they would cause problems when running the JavaScript that referenced the class or attribute. A full list of reserved words can be found in Reserved Words in Scripts.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.