Enumeration
AppMode
Enumeration Members
Enumeration member | Value | Notes |
---|---|---|
Design | "DESIGN" | In this mode, user can design the app but can't interact with the app. |
Express | "EXPRESS" | This is the Express builder mode. From layout perspective, it's the same as the Run mode. However, some widgets may have different behavior in this mode. For example, the text widget in this mode supports double click to edit, controller widget supports add widgets, etc. |
Run | "RUN" | In this mode, useR can use the app but can't edit the app's layout |