mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
changed mainModule to start(entry)
This commit is contained in:
2
application/application.d.ts
vendored
2
application/application.d.ts
vendored
@@ -124,7 +124,7 @@ declare module "application" {
|
||||
/**
|
||||
* Call this method to start the application. Important: All code after this method call will not be executed!
|
||||
*/
|
||||
export function start();
|
||||
export function start(entry?: frame.NavigationEntry);
|
||||
|
||||
/**
|
||||
* The main entry point event. This method is expected to use the root frame to navigate to the main application page.
|
||||
|
||||
Reference in New Issue
Block a user