Frontend Administration with IModelApp

An instance of IModelApp provides the services needed by the frontend in an interactive iModel.js app. Services include:

Applications may customize the behavior of the IModelApp services by subclassing this class and supplying different implementations of them.

Before any interactive operations may be performed, IModelApp.startup must be called (typically on a subclass of IModelApp).

Last Updated: 08 January, 2020