JetApp API

Here you can find the list of all the JetApp methods, events, and properties.

Methods

Method

Use

attaches an event

calls an event

checks if the app contains SomeView

creates a new Jet view

returns a service

returns the current top view of the app

returns an arrays of the URL segments

repaints the UI of an app

renders the app or the app module

sets a service

rebuilds the app or app module according to the new URL

enables a plugin

Events

Event

Fires

before each view of an app is rendered

after navigation to a view

before navigation to another view

by the User plugin when a user logs in

by the User plugin when a user logs out

any error occurs

when Jet can't find a module by its name

on errors during view rendering, mostly Webix UI related

in the case of an error during view rendering, mostly Webix Jet related

Properties

Property

Use

app configuration settings

promise that resolves when the app is rendered

Last updated