ID Rule
The following rules apply to IDs used in the editor.
No | Target | Rule |
---|---|---|
1 | Upper and Lower case letters | Distinguished. |
2 | Initial letter | Only letters and underscores (_) can be used. Numbers cannot be used. |
3 | Length range | 1~255 |
4 | ID automatically assigned to components | When you do drag and drop from the component menu, it’s set up so that the ‘half-width component name + underscore (_) + number’ is unique within the app when you drop it. |
5 | Unusable characters | JavaScript reserved words cannot be used. |