Class ApplicationInstance.BootOptions
publicDefined in: | packages/@ember/application/instance.js:308 |
---|---|
Module: | @ember/application |
A list of boot-time configuration options for customizing the behavior of an 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:
MyApp.visit("/", { location: "none", rootElement: "#container" });
Not all combinations of the supported options are valid. See the documentation on Application#visit
for the supported configurations.
Internal, experimental or otherwise unstable flags are marked as private.
Methods
No documented items
Properties
Events
No documented items
© 2020 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://api.emberjs.com/ember/3.25/classes/ApplicationInstance.BootOptions