Ember.ApplicationInstance.BootOptions Class
PUBLIC
Defined in: packages/ember-application/lib/system/application-instance.js:292
Module: ember-application
A list of boot-time configuration options for customizing the behavior of an Ember.ApplicationInstance
.
This is an interface class that exists purely to document the available options; you do not need to construct it manually. Simply pass a regular JavaScript object containing the desired options into methods that require one of these options object:
1 | MyApp.visit( "/" , { location: "none" , rootElement: "#container" }); |
Not all combinations of the supported options are valid. See the documentation on Ember.Application#visit
for the supported configurations.
Internal, experimental or otherwise unstable flags are marked as private.
Please login to continue.