Hi, yet another hopefully easy one.
Is there a global design-time flag or indicator that a custom component can read to determine whether its being hosted in the designer or a true run-time? I want to put dummy data in for the designer to see if its design time, but of course use proper data from the server if its run time. So on something like creationComplete, if its design time, put some hard-coded literal data in some visuals, else let the server publish data to me. TIA Radek

