zibri
Preparing search index...
global/on-app-start.interface
OnAppStart
Interface OnAppStart
Runs when the app starts.
interface
OnAppStart
{
onAppStart
:
(
app
:
ZibriApplication
)
=>
void
|
Promise
<
void
>
;
}
Implemented by
Router
Index
Properties
on
App
Start
Properties
on
App
Start
onAppStart
:
(
app
:
ZibriApplication
)
=>
void
|
Promise
<
void
>
Runs when the app starts.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
App
Start
zibri
Loading...
Runs when the app starts.