OnApplicationBootstrap

Interface defining method called once the application has fully started and is bootstrapped.


interface OnApplicationBootstrap {
  onApplicationBootstrap(): any
}

See also

Methods

onApplicationBootstrap()


onApplicationBootstrap(): any

Parameters

There are no parameters.

Returns

any