Navigation Menu

Skip to content

Options

Elizabeth Hudnott edited this page Oct 1, 2015 · 3 revisions

The JS-Eden environment can be configured by changing the following observables:

  • _option_allowundefined = true : Allow the use of undefined observables in definitions.
  • _option_errordeprecated = false : Generate an error to prevent use of deprecated syntax or functions.
  • _option_global_css = false : Allow EDEN code to make CSS changes that affect the environment itself, rather than being limited to applying styling to areas that are part of a construal (such as the contents of canvases, plain HTML views, JSPE, etc.).
  • _option_warndeprecated = true : Generate a warning message if using deprecated syntax or functions.